pub enum virtaddr {
Virtaddr(xlenbits),
}Expand description
virtaddr
Generated from the Sail sources at prelude_mem_addrtype.sail L17.
Variants§
Trait Implementations§
impl Copy for virtaddr
impl Eq for virtaddr
impl StructuralPartialEq for virtaddr
Auto Trait Implementations§
impl Freeze for virtaddr
impl RefUnwindSafe for virtaddr
impl Send for virtaddr
impl Sync for virtaddr
impl Unpin for virtaddr
impl UnwindSafe for virtaddr
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