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