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