pub struct Counterin {
pub bits: BitVector<32>,
}Expand description
Counterin
Generated from the Sail sources at riscv_sys_regs.sail L614-618.
Fields§
§bits: BitVector<32>Trait Implementations§
impl Copy for Counterin
impl Eq for Counterin
impl StructuralPartialEq for Counterin
Auto Trait Implementations§
impl Freeze for Counterin
impl RefUnwindSafe for Counterin
impl Send for Counterin
impl Sync for Counterin
impl Unpin for Counterin
impl UnwindSafe for Counterin
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