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