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