#[repr(C)]pub struct MesaMapping {
pub ptr: u64,
pub size: u64,
}
Fields§
§ptr: u64
§size: u64
Trait Implementations§
Source§impl Clone for MesaMapping
impl Clone for MesaMapping
Source§fn clone(&self) -> MesaMapping
fn clone(&self) -> MesaMapping
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MesaMapping
impl Debug for MesaMapping
impl Copy for MesaMapping
Auto Trait Implementations§
impl Freeze for MesaMapping
impl RefUnwindSafe for MesaMapping
impl Send for MesaMapping
impl Sync for MesaMapping
impl Unpin for MesaMapping
impl UnwindSafe for MesaMapping
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