#[repr(transparent)]pub struct Frqcnt(pub u32);Expand description
Frequency Count Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Frqcnt
impl Eq for Frqcnt
impl StructuralPartialEq for Frqcnt
Auto Trait Implementations§
impl Freeze for Frqcnt
impl RefUnwindSafe for Frqcnt
impl Send for Frqcnt
impl Sync for Frqcnt
impl Unpin for Frqcnt
impl UnwindSafe for Frqcnt
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