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