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