#[repr(transparent)]pub struct PDEntry(pub u32);
Expand description
A PD Entry consists of an address and a bunch of flags.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDEntry
impl RefUnwindSafe for PDEntry
impl Send for PDEntry
impl Sync for PDEntry
impl Unpin for PDEntry
impl UnwindSafe for PDEntry
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