pub struct VirtAddrNotValid(pub usize);
Expand description
An invalid virtual address
Tuple Fields§
§0: usize
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