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