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