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