pub struct RxfrqR { /* private fields */ }
Expand description
Value of the field RXFRQ
Implementations§
Auto Trait Implementations§
impl Freeze for RxfrqR
impl RefUnwindSafe for RxfrqR
impl Send for RxfrqR
impl Sync for RxfrqR
impl Unpin for RxfrqR
impl UnwindSafe for RxfrqR
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