Enum rk3399_pac::grf::gpio3d_iomux::Gpio3d1Sel
source · #[repr(u8)]pub enum Gpio3d1Sel {
B00 = 0,
B01 = 1,
B10 = 2,
B11 = 3,
}
Expand description
GPIO3D[1] iomux select
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for Gpio3d1Sel
impl Clone for Gpio3d1Sel
source§fn clone(&self) -> Gpio3d1Sel
fn clone(&self) -> Gpio3d1Sel
Returns a copy 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 Gpio3d1Sel
impl Debug for Gpio3d1Sel
source§impl From<Gpio3d1Sel> for u8
impl From<Gpio3d1Sel> for u8
source§fn from(variant: Gpio3d1Sel) -> Self
fn from(variant: Gpio3d1Sel) -> Self
Converts to this type from the input type.
source§impl PartialEq for Gpio3d1Sel
impl PartialEq for Gpio3d1Sel
source§fn eq(&self, other: &Gpio3d1Sel) -> bool
fn eq(&self, other: &Gpio3d1Sel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Gpio3d1Sel
impl Eq for Gpio3d1Sel
impl StructuralPartialEq for Gpio3d1Sel
Auto Trait Implementations§
impl Freeze for Gpio3d1Sel
impl RefUnwindSafe for Gpio3d1Sel
impl Send for Gpio3d1Sel
impl Sync for Gpio3d1Sel
impl Unpin for Gpio3d1Sel
impl UnwindSafe for Gpio3d1Sel
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