pub struct RISCV64 {
addr: u64,
}
Expand description
RISCV64 configuration
Fields
addr: u64
Address of the sifive_test mapped device.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RISCV64
impl Send for RISCV64
impl Sync for RISCV64
impl Unpin for RISCV64
impl UnwindSafe for RISCV64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more