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