Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
MEM_Header: MEM_DES
MEM_Data: [MEM_RANGE; 1]
Trait Implementations
impl Clone for MEM_RESOURCE
impl Clone for MEM_RESOURCE
impl Copy for MEM_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for MEM_RESOURCE
impl Send for MEM_RESOURCE
impl Sync for MEM_RESOURCE
impl Unpin for MEM_RESOURCE
impl UnwindSafe for MEM_RESOURCE
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