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