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