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