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