pub enum ALRAWFR {
UpdateNotAllowed = 0,
UpdateAllowed = 1,
}
Expand description
Alarm %s write flag
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for ALRAWFR
impl Eq for ALRAWFR
impl StructuralPartialEq for ALRAWFR
Auto Trait Implementations§
impl Freeze for ALRAWFR
impl RefUnwindSafe for ALRAWFR
impl Send for ALRAWFR
impl Sync for ALRAWFR
impl Unpin for ALRAWFR
impl UnwindSafe for ALRAWFR
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