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