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