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