#[repr(C)]#[repr(packed)]pub struct MEM_LARGE_DES {
pub MLD_Count: DWORD,
pub MLD_Type: DWORD,
pub MLD_Alloc_Base: DWORDLONG,
pub MLD_Alloc_End: DWORDLONG,
pub MLD_Flags: DWORD,
pub MLD_Reserved: DWORD,
}
Fields
MLD_Count: DWORD
MLD_Type: DWORD
MLD_Alloc_Base: DWORDLONG
MLD_Alloc_End: DWORDLONG
MLD_Flags: DWORD
MLD_Reserved: DWORD
Trait Implementations
sourceimpl Clone for MEM_LARGE_DES
impl Clone for MEM_LARGE_DES
sourcefn clone(&self) -> MEM_LARGE_DES
fn clone(&self) -> MEM_LARGE_DES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MEM_LARGE_DES
Auto Trait Implementations
impl RefUnwindSafe for MEM_LARGE_DES
impl Send for MEM_LARGE_DES
impl Sync for MEM_LARGE_DES
impl Unpin for MEM_LARGE_DES
impl UnwindSafe for MEM_LARGE_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