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