Struct page_table::PPN
source · [−]#[repr(transparent)]pub struct PPN(pub usize);Expand description
物理地址。
Tuple Fields
0: usizeTrait Implementations
impl Copy for PPN
impl Eq for PPN
impl StructuralEq for PPN
impl StructuralPartialEq for PPN
Auto Trait Implementations
impl RefUnwindSafe for PPN
impl Send for PPN
impl Sync for PPN
impl Unpin for PPN
impl UnwindSafe for PPN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more