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