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