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