Union windows_sys::Win32::System::Memory::MEM_EXTENDED_PARAMETER_1
#[repr(C)]
pub union MEM_EXTENDED_PARAMETER_1 {
pub ULong64: u64,
pub Pointer: *mut c_void,
pub Size: usize,
pub Handle: HANDLE,
pub ULong: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§ULong64: u64
§Pointer: *mut c_void
§Size: usize
§Handle: HANDLE
§ULong: u32
Trait Implementations§
§impl Clone for MEM_EXTENDED_PARAMETER_1
impl Clone for MEM_EXTENDED_PARAMETER_1
impl Copy for MEM_EXTENDED_PARAMETER_1
Auto Trait Implementations§
impl RefUnwindSafe for MEM_EXTENDED_PARAMETER_1
impl !Send for MEM_EXTENDED_PARAMETER_1
impl !Sync for MEM_EXTENDED_PARAMETER_1
impl Unpin for MEM_EXTENDED_PARAMETER_1
impl UnwindSafe for MEM_EXTENDED_PARAMETER_1
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