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