#[repr(C, packed(1))]pub struct MEM_RANGE {
pub MR_Align: DWORDLONG,
pub MR_nBytes: ULONG,
pub MR_Min: DWORDLONG,
pub MR_Max: DWORDLONG,
pub MR_Flags: DWORD,
pub MR_Reserved: DWORD,
}
Fields§
§MR_Align: DWORDLONG
§MR_nBytes: ULONG
§MR_Min: DWORDLONG
§MR_Max: DWORDLONG
§MR_Flags: DWORD
§MR_Reserved: DWORD
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MEM_RANGE
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§
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