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