#[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: DWORD
MD_Type: DWORD
MD_Alloc_Base: DWORDLONG
MD_Alloc_End: DWORDLONG
MD_Flags: DWORD
MD_Reserved: DWORD
Trait 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