#[repr(transparent)]pub struct Freqb(pub u32);
Expand description
For a detailed description see freqa register
Tuple Fields§
§0: u32
Implementations§
Source§impl Freqb
impl Freqb
Trait Implementations§
impl Copy for Freqb
impl Eq for Freqb
impl StructuralPartialEq for Freqb
Auto Trait Implementations§
impl Freeze for Freqb
impl RefUnwindSafe for Freqb
impl Send for Freqb
impl Sync for Freqb
impl Unpin for Freqb
impl UnwindSafe for Freqb
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