Union ntapi::winapi_local::um::winnt::MEM_EXTENDED_PARAMETER_u    
source · [−]#[repr(C)]
pub union MEM_EXTENDED_PARAMETER_u {
    pub ULong64: DWORD64,
    pub Pointer: PVOID,
    pub Size: SIZE_T,
    pub Handle: HANDLE,
    pub ULong: DWORD,
}Fields
ULong64: DWORD64Pointer: PVOIDSize: SIZE_THandle: HANDLEULong: DWORDTrait Implementations
sourceimpl Clone for MEM_EXTENDED_PARAMETER_u
 
impl Clone for MEM_EXTENDED_PARAMETER_u
sourcefn clone(&self) -> MEM_EXTENDED_PARAMETER_u
 
fn clone(&self) -> MEM_EXTENDED_PARAMETER_u
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_EXTENDED_PARAMETER_u
Auto Trait Implementations
impl RefUnwindSafe for MEM_EXTENDED_PARAMETER_u
impl !Send for MEM_EXTENDED_PARAMETER_u
impl !Sync for MEM_EXTENDED_PARAMETER_u
impl Unpin for MEM_EXTENDED_PARAMETER_u
impl UnwindSafe for MEM_EXTENDED_PARAMETER_u
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