#[repr(C)]pub struct _RIP_INFO {
pub dwError: DWORD,
pub dwType: DWORD,
}
Fields§
§dwError: DWORD
§dwType: DWORD
Trait Implementations§
Source§impl Ord for _RIP_INFO
impl Ord for _RIP_INFO
Source§impl PartialOrd for _RIP_INFO
impl PartialOrd for _RIP_INFO
impl Copy for _RIP_INFO
impl Eq for _RIP_INFO
impl StructuralPartialEq for _RIP_INFO
Auto Trait Implementations§
impl Freeze for _RIP_INFO
impl RefUnwindSafe for _RIP_INFO
impl Send for _RIP_INFO
impl Sync for _RIP_INFO
impl Unpin for _RIP_INFO
impl UnwindSafe for _RIP_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more