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