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