#[repr(transparent)]pub struct Palr(pub u32);Expand description
Physical Address Lower Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Palr
impl Eq for Palr
impl StructuralPartialEq for Palr
Auto Trait Implementations§
impl Freeze for Palr
impl RefUnwindSafe for Palr
impl Send for Palr
impl Sync for Palr
impl Unpin for Palr
impl UnwindSafe for Palr
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