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