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