pub struct RFR { /* private fields */ }
Expand description
receive FIFO 0 register
Implementations§
Auto Trait Implementations§
impl !Freeze for RFR
impl !RefUnwindSafe for RFR
impl Send for RFR
impl !Sync for RFR
impl Unpin for RFR
impl UnwindSafe for RFR
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