pub struct Pmccfiltr(pub u32);Expand description
PMCCFILTR (Performance Monitors Cycle Count Filter Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Pmccfiltr
impl SysRegRead for Pmccfiltr
Source§impl SysRegWrite for Pmccfiltr
impl SysRegWrite for Pmccfiltr
impl Copy for Pmccfiltr
Auto Trait Implementations§
impl Freeze for Pmccfiltr
impl RefUnwindSafe for Pmccfiltr
impl Send for Pmccfiltr
impl Sync for Pmccfiltr
impl Unpin for Pmccfiltr
impl UnwindSafe for Pmccfiltr
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