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