pub enum ALRFR {
NoAlarm = 0,
Alarm = 1,
}
Expand description
Alarm Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ALRFR
impl Eq for ALRFR
impl StructuralPartialEq for ALRFR
Auto Trait Implementations§
impl Freeze for ALRFR
impl RefUnwindSafe for ALRFR
impl Send for ALRFR
impl Sync for ALRFR
impl Unpin for ALRFR
impl UnwindSafe for ALRFR
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