pub struct MemArea {
pub ptr: u32,
pub len: u32,
}Fields§
§ptr: u32§len: u32Implementations§
Trait Implementations§
Source§impl Ord for MemArea
impl Ord for MemArea
Source§impl PartialOrd for MemArea
impl PartialOrd for MemArea
impl Copy for MemArea
impl Eq 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 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