#[repr(u8)]pub enum CsiData04SelectInputDaisy {
GPIO_AD_B1_13_ALT4 = 0,
GPIO_AD_B0_09_ALT4 = 1,
}Variants§
GPIO_AD_B1_13_ALT4 = 0
Selecting Pad: GPIO_AD_B1_13 for Mode: ALT4
GPIO_AD_B0_09_ALT4 = 1
Selecting Pad: GPIO_AD_B0_09 for Mode: ALT4
Implementations§
Trait Implementations§
Source§impl Clone for CsiData04SelectInputDaisy
impl Clone for CsiData04SelectInputDaisy
Source§fn clone(&self) -> CsiData04SelectInputDaisy
fn clone(&self) -> CsiData04SelectInputDaisy
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 CsiData04SelectInputDaisy
impl Debug for CsiData04SelectInputDaisy
Source§impl From<CsiData04SelectInputDaisy> for u8
impl From<CsiData04SelectInputDaisy> for u8
Source§fn from(val: CsiData04SelectInputDaisy) -> u8
fn from(val: CsiData04SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CsiData04SelectInputDaisy
impl From<u8> for CsiData04SelectInputDaisy
Source§fn from(val: u8) -> CsiData04SelectInputDaisy
fn from(val: u8) -> CsiData04SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for CsiData04SelectInputDaisy
impl Ord for CsiData04SelectInputDaisy
Source§fn cmp(&self, other: &CsiData04SelectInputDaisy) -> Ordering
fn cmp(&self, other: &CsiData04SelectInputDaisy) -> 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 PartialOrd for CsiData04SelectInputDaisy
impl PartialOrd for CsiData04SelectInputDaisy
impl Copy for CsiData04SelectInputDaisy
impl Eq for CsiData04SelectInputDaisy
impl StructuralPartialEq for CsiData04SelectInputDaisy
Auto Trait Implementations§
impl Freeze for CsiData04SelectInputDaisy
impl RefUnwindSafe for CsiData04SelectInputDaisy
impl Send for CsiData04SelectInputDaisy
impl Sync for CsiData04SelectInputDaisy
impl Unpin for CsiData04SelectInputDaisy
impl UnwindSafe for CsiData04SelectInputDaisy
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