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