#[repr(C)]pub struct RIP_INFO {
    pub dwError: DWORD,
    pub dwType: DWORD,
}Fields§
§dwError: DWORD§dwType: DWORDTrait Implementations§
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