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