#[repr(C)]#[repr(packed)]pub struct MEM_DES {
pub MD_Count: DWORD,
pub MD_Type: DWORD,
pub MD_Alloc_Base: DWORDLONG,
pub MD_Alloc_End: DWORDLONG,
pub MD_Flags: DWORD,
pub MD_Reserved: DWORD,
}Fields
MD_Count: DWORDMD_Type: DWORDMD_Alloc_Base: DWORDLONGMD_Alloc_End: DWORDLONGMD_Flags: DWORDMD_Reserved: DWORDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MEM_DES
impl Send for MEM_DES
impl Sync for MEM_DES
impl Unpin for MEM_DES
impl UnwindSafe for MEM_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