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