Struct project1::page_table::Pte
source · #[repr(transparent)]pub struct Pte(pub usize);
Expand description
Page table entry.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pte
impl Send for Pte
impl Sync for Pte
impl Unpin for Pte
impl UnwindSafe for Pte
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more