#[repr(C, packed(1))]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 Freeze for MEM_DES
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§
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