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