#[repr(u8)]pub enum Acmdenselect {
Disabled = 0,
Cmd12 = 1,
Cmd23 = 2,
}
Expand description
Auto Command Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Acmdenselect
impl Clone for Acmdenselect
Source§fn clone(&self) -> Acmdenselect
fn clone(&self) -> Acmdenselect
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 Acmdenselect
impl Debug for Acmdenselect
Source§impl From<Acmdenselect> for u8
impl From<Acmdenselect> for u8
Source§fn from(variant: Acmdenselect) -> Self
fn from(variant: Acmdenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Acmdenselect
impl PartialEq for Acmdenselect
impl Copy for Acmdenselect
impl Eq for Acmdenselect
impl IsEnum for Acmdenselect
impl StructuralPartialEq for Acmdenselect
Auto Trait Implementations§
impl Freeze for Acmdenselect
impl RefUnwindSafe for Acmdenselect
impl Send for Acmdenselect
impl Sync for Acmdenselect
impl Unpin for Acmdenselect
impl UnwindSafe for Acmdenselect
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