#[repr(transparent)]pub struct Rfifo(pub u32);Expand description
CSI RX FIFO Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rfifo
impl Eq for Rfifo
impl StructuralPartialEq for Rfifo
Auto Trait Implementations§
impl Freeze for Rfifo
impl RefUnwindSafe for Rfifo
impl Send for Rfifo
impl Sync for Rfifo
impl Unpin for Rfifo
impl UnwindSafe for Rfifo
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