#[repr(C, packed(1))]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§
Source§impl Clone for MEM_LARGE_DES
impl Clone for MEM_LARGE_DES
Source§fn clone(&self) -> MEM_LARGE_DES
fn clone(&self) -> MEM_LARGE_DES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MEM_LARGE_DES
Auto Trait Implementations§
impl Freeze for MEM_LARGE_DES
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§
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