#[repr(C)]pub struct MemRegion {
pub begin: u64,
pub end: u64,
pub perms: u32,
}Fields§
§begin: u64§end: u64§perms: u32Trait Implementations§
Source§impl Ord for MemRegion
impl Ord for MemRegion
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MemRegion
impl PartialOrd for MemRegion
impl Copy for MemRegion
impl Eq for MemRegion
impl StructuralPartialEq for MemRegion
Auto Trait Implementations§
impl Freeze for MemRegion
impl RefUnwindSafe for MemRegion
impl Send for MemRegion
impl Sync for MemRegion
impl Unpin for MemRegion
impl UnsafeUnpin for MemRegion
impl UnwindSafe for MemRegion
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