pub struct MemArea {
pub ptr: u32,
pub len: u32,
}Fields§
§ptr: u32§len: u32Implementations§
Trait Implementations§
impl Copy for MemArea
impl Eq for MemArea
Source§impl Ord for MemArea
impl Ord for MemArea
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 MemArea
impl PartialOrd for MemArea
impl StructuralPartialEq for MemArea
Auto Trait Implementations§
impl Freeze for MemArea
impl RefUnwindSafe for MemArea
impl Send for MemArea
impl Sync for MemArea
impl Unpin for MemArea
impl UnsafeUnpin for MemArea
impl UnwindSafe for MemArea
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