pub struct RTC1_NS { /* private fields */ }
Expand description
Real-time counter 1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTC1_NS
impl RefUnwindSafe for RTC1_NS
impl !Sync for RTC1_NS
impl Unpin for RTC1_NS
impl UnwindSafe for RTC1_NS
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