pub struct PmapEntry {
pub print_page: u32,
pub chunk_id: u32,
pub byte_offset: u32,
}Fields§
§print_page: u32§chunk_id: u32§byte_offset: u32Trait Implementations§
impl Copy for PmapEntry
impl Eq for PmapEntry
impl StructuralPartialEq for PmapEntry
Auto Trait Implementations§
impl Freeze for PmapEntry
impl RefUnwindSafe for PmapEntry
impl Send for PmapEntry
impl Sync for PmapEntry
impl Unpin for PmapEntry
impl UnsafeUnpin for PmapEntry
impl UnwindSafe for PmapEntry
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