#[repr(C)]#[repr(packed)]pub struct IO_DES {
    pub IOD_Count: DWORD,
    pub IOD_Type: DWORD,
    pub IOD_Alloc_Base: DWORDLONG,
    pub IOD_Alloc_End: DWORDLONG,
    pub IOD_DesFlags: DWORD,
}Fields
IOD_Count: DWORDIOD_Type: DWORDIOD_Alloc_Base: DWORDLONGIOD_Alloc_End: DWORDLONGIOD_DesFlags: DWORDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IO_DES
impl Send for IO_DES
impl Sync for IO_DES
impl Unpin for IO_DES
impl UnwindSafe for IO_DES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more