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