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