pub struct ALRMAR { /* private fields */ }
Expand description
alarm A register
Implementations§
Auto Trait Implementations§
impl !Freeze for ALRMAR
impl !RefUnwindSafe for ALRMAR
impl Send for ALRMAR
impl !Sync for ALRMAR
impl Unpin for ALRMAR
impl UnwindSafe for ALRMAR
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