pub struct Pmceid1(pub u32);Expand description
PMCEID1 (Performance Monitors Common Event Identification Register 1)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Pmceid1
impl SysRegRead for Pmceid1
impl Copy for Pmceid1
Auto Trait Implementations§
impl Freeze for Pmceid1
impl RefUnwindSafe for Pmceid1
impl Send for Pmceid1
impl Sync for Pmceid1
impl Unpin for Pmceid1
impl UnwindSafe for Pmceid1
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