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