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