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