pub struct PhysAddrNotValid(pub u64);
Expand description
A passed u64
was not a valid physical address.
This means that bits 52 to 64 were not all null.
Contains the invalid address.
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysAddrNotValid
impl RefUnwindSafe for PhysAddrNotValid
impl Send for PhysAddrNotValid
impl Sync for PhysAddrNotValid
impl Unpin for PhysAddrNotValid
impl UnwindSafe for PhysAddrNotValid
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