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