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