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