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