#[repr(u8)]pub enum Flexpwm2Pwma2SelectInputDaisy {
GPIO_EMC_10_ALT1 = 0,
GPIO_B0_10_ALT2 = 1,
}Variants§
GPIO_EMC_10_ALT1 = 0
Selecting Pad: GPIO_EMC_10 for Mode: ALT1
GPIO_B0_10_ALT2 = 1
Selecting Pad: GPIO_B0_10 for Mode: ALT2
Implementations§
Trait Implementations§
Source§impl Clone for Flexpwm2Pwma2SelectInputDaisy
impl Clone for Flexpwm2Pwma2SelectInputDaisy
Source§fn clone(&self) -> Flexpwm2Pwma2SelectInputDaisy
fn clone(&self) -> Flexpwm2Pwma2SelectInputDaisy
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 From<Flexpwm2Pwma2SelectInputDaisy> for u8
impl From<Flexpwm2Pwma2SelectInputDaisy> for u8
Source§fn from(val: Flexpwm2Pwma2SelectInputDaisy) -> u8
fn from(val: Flexpwm2Pwma2SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexpwm2Pwma2SelectInputDaisy
impl From<u8> for Flexpwm2Pwma2SelectInputDaisy
Source§fn from(val: u8) -> Flexpwm2Pwma2SelectInputDaisy
fn from(val: u8) -> Flexpwm2Pwma2SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Flexpwm2Pwma2SelectInputDaisy
impl Ord for Flexpwm2Pwma2SelectInputDaisy
Source§fn cmp(&self, other: &Flexpwm2Pwma2SelectInputDaisy) -> Ordering
fn cmp(&self, other: &Flexpwm2Pwma2SelectInputDaisy) -> 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 Flexpwm2Pwma2SelectInputDaisy
impl PartialEq for Flexpwm2Pwma2SelectInputDaisy
Source§fn eq(&self, other: &Flexpwm2Pwma2SelectInputDaisy) -> bool
fn eq(&self, other: &Flexpwm2Pwma2SelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Flexpwm2Pwma2SelectInputDaisy
impl PartialOrd for Flexpwm2Pwma2SelectInputDaisy
impl Copy for Flexpwm2Pwma2SelectInputDaisy
impl Eq for Flexpwm2Pwma2SelectInputDaisy
impl StructuralPartialEq for Flexpwm2Pwma2SelectInputDaisy
Auto Trait Implementations§
impl Freeze for Flexpwm2Pwma2SelectInputDaisy
impl RefUnwindSafe for Flexpwm2Pwma2SelectInputDaisy
impl Send for Flexpwm2Pwma2SelectInputDaisy
impl Sync for Flexpwm2Pwma2SelectInputDaisy
impl Unpin for Flexpwm2Pwma2SelectInputDaisy
impl UnwindSafe for Flexpwm2Pwma2SelectInputDaisy
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