#[repr(C)]pub struct MmapEntry {
pub va: u64,
pub mfn: u64,
pub npages: u64,
}Fields§
§va: u64§mfn: u64§npages: u64Trait Implementations§
impl Copy for MmapEntry
Auto Trait Implementations§
impl Freeze for MmapEntry
impl RefUnwindSafe for MmapEntry
impl Send for MmapEntry
impl Sync for MmapEntry
impl Unpin for MmapEntry
impl UnwindSafe for MmapEntry
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