#[repr(C)]pub struct MmapResource {
pub dom: u16,
pub typ: u32,
pub id: u32,
pub idx: u32,
pub num: u64,
pub addr: u64,
}Fields§
§dom: u16§typ: u32§id: u32§idx: u32§num: u64§addr: u64Trait Implementations§
Source§impl Clone for MmapResource
impl Clone for MmapResource
Source§fn clone(&self) -> MmapResource
fn clone(&self) -> MmapResource
Returns a duplicate 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 MmapResource
impl Debug for MmapResource
Source§impl Default for MmapResource
impl Default for MmapResource
Source§fn default() -> MmapResource
fn default() -> MmapResource
Returns the “default value” for a type. Read more
impl Copy for MmapResource
Auto Trait Implementations§
impl Freeze for MmapResource
impl RefUnwindSafe for MmapResource
impl Send for MmapResource
impl Sync for MmapResource
impl Unpin for MmapResource
impl UnwindSafe for MmapResource
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