pub struct VirtAddrNotValid(pub u64);
Expand description
An invalid virtual address.
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtAddrNotValid
impl RefUnwindSafe for VirtAddrNotValid
impl Send for VirtAddrNotValid
impl Sync for VirtAddrNotValid
impl Unpin for VirtAddrNotValid
impl UnwindSafe for VirtAddrNotValid
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