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