#[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: DWORD
IOD_Type: DWORD
IOD_Alloc_Base: DWORDLONG
IOD_Alloc_End: DWORDLONG
IOD_DesFlags: DWORD
Trait 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