#[repr(u8)]pub enum Acmd23Argu2En {
ACMD23_ARGU2_EN_B = 0,
ACMD23_ARGU2_EN_A = 1,
}Variants§
ACMD23_ARGU2_EN_B = 0
Disable
ACMD23_ARGU2_EN_A = 1
Argument2 register enable for ACMD23 sharing with SDMA system address register. Default is enabled.
Implementations§
Source§impl Acmd23Argu2En
impl Acmd23Argu2En
Trait Implementations§
Source§impl Clone for Acmd23Argu2En
impl Clone for Acmd23Argu2En
Source§fn clone(&self) -> Acmd23Argu2En
fn clone(&self) -> Acmd23Argu2En
Returns a duplicate 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 Acmd23Argu2En
impl Debug for Acmd23Argu2En
Source§impl From<Acmd23Argu2En> for u8
impl From<Acmd23Argu2En> for u8
Source§fn from(val: Acmd23Argu2En) -> u8
fn from(val: Acmd23Argu2En) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Acmd23Argu2En
impl From<u8> for Acmd23Argu2En
Source§fn from(val: u8) -> Acmd23Argu2En
fn from(val: u8) -> Acmd23Argu2En
Converts to this type from the input type.
Source§impl Ord for Acmd23Argu2En
impl Ord for Acmd23Argu2En
Source§fn cmp(&self, other: &Acmd23Argu2En) -> Ordering
fn cmp(&self, other: &Acmd23Argu2En) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Acmd23Argu2En
impl PartialEq for Acmd23Argu2En
Source§impl PartialOrd for Acmd23Argu2En
impl PartialOrd for Acmd23Argu2En
impl Copy for Acmd23Argu2En
impl Eq for Acmd23Argu2En
impl StructuralPartialEq for Acmd23Argu2En
Auto Trait Implementations§
impl Freeze for Acmd23Argu2En
impl RefUnwindSafe for Acmd23Argu2En
impl Send for Acmd23Argu2En
impl Sync for Acmd23Argu2En
impl Unpin for Acmd23Argu2En
impl UnwindSafe for Acmd23Argu2En
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