pub enum Bootaeselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Boot Acknowledge Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Bootaeselect
impl Clone for Bootaeselect
Source§fn clone(&self) -> Bootaeselect
fn clone(&self) -> Bootaeselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Bootaeselect
impl Debug for Bootaeselect
Source§impl From<Bootaeselect> for bool
impl From<Bootaeselect> for bool
Source§fn from(variant: Bootaeselect) -> Self
fn from(variant: Bootaeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bootaeselect
impl PartialEq for Bootaeselect
impl Copy for Bootaeselect
impl Eq for Bootaeselect
impl StructuralPartialEq for Bootaeselect
Auto Trait Implementations§
impl Freeze for Bootaeselect
impl RefUnwindSafe for Bootaeselect
impl Send for Bootaeselect
impl Sync for Bootaeselect
impl Unpin for Bootaeselect
impl UnwindSafe for Bootaeselect
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