pub enum Cmdcselect {
No = 0,
Yes = 1,
}
Expand description
Command Complete
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cmdcselect
impl Clone for Cmdcselect
Source§fn clone(&self) -> Cmdcselect
fn clone(&self) -> Cmdcselect
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 Cmdcselect
impl Debug for Cmdcselect
Source§impl From<Cmdcselect> for bool
impl From<Cmdcselect> for bool
Source§fn from(variant: Cmdcselect) -> Self
fn from(variant: Cmdcselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cmdcselect
impl PartialEq for Cmdcselect
impl Copy for Cmdcselect
impl Eq for Cmdcselect
impl StructuralPartialEq for Cmdcselect
Auto Trait Implementations§
impl Freeze for Cmdcselect
impl RefUnwindSafe for Cmdcselect
impl Send for Cmdcselect
impl Sync for Cmdcselect
impl Unpin for Cmdcselect
impl UnwindSafe for Cmdcselect
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