pub struct CRH { /* private fields */ }Expand description
RTC Control Register High
Implementations§
Auto Trait Implementations§
impl !Freeze for CRH
impl !RefUnwindSafe for CRH
impl Send for CRH
impl !Sync for CRH
impl Unpin for CRH
impl UnwindSafe for CRH
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