#[repr(C, packed(1))]pub struct MEM_RANGE {
pub MR_Align: u64,
pub MR_nBytes: u32,
pub MR_Min: u64,
pub MR_Max: u64,
pub MR_Flags: u32,
pub MR_Reserved: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
MR_Align: u64
MR_nBytes: u32
MR_Min: u64
MR_Max: u64
MR_Flags: u32
MR_Reserved: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MEM_RANGE
impl Send for MEM_RANGE
impl Sync for MEM_RANGE
impl Unpin for MEM_RANGE
impl UnwindSafe for MEM_RANGE
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