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