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