#[repr(transparent)]pub struct Gpio20ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio20ctrlFuncsel
impl Gpio20ctrlFuncsel
pub const SPI0_RX: Self
pub const UART1_TX: Self
pub const I2C0_SDA: Self
pub const PWM_A_2: Self
pub const SIO_20: Self
pub const PIO0_20: Self
pub const PIO1_20: Self
pub const CLOCKS_GPIN_0: Self
pub const USB_MUXING_VBUS_EN: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio20ctrlFuncsel
impl Clone for Gpio20ctrlFuncsel
Source§fn clone(&self) -> Gpio20ctrlFuncsel
fn clone(&self) -> Gpio20ctrlFuncsel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for Gpio20ctrlFuncsel
impl Ord for Gpio20ctrlFuncsel
Source§fn cmp(&self, other: &Gpio20ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio20ctrlFuncsel) -> 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 Gpio20ctrlFuncsel
impl PartialEq for Gpio20ctrlFuncsel
Source§impl PartialOrd for Gpio20ctrlFuncsel
impl PartialOrd for Gpio20ctrlFuncsel
impl Copy for Gpio20ctrlFuncsel
impl Eq for Gpio20ctrlFuncsel
impl StructuralPartialEq for Gpio20ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio20ctrlFuncsel
impl RefUnwindSafe for Gpio20ctrlFuncsel
impl Send for Gpio20ctrlFuncsel
impl Sync for Gpio20ctrlFuncsel
impl Unpin for Gpio20ctrlFuncsel
impl UnwindSafe for Gpio20ctrlFuncsel
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