pub struct Sepc(pub VAddr);
Tuple Fields§
§0: VAddr
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sepc
impl RefUnwindSafe for Sepc
impl Send for Sepc
impl Sync for Sepc
impl Unpin for Sepc
impl UnwindSafe for Sepc
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