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