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