#[repr(transparent)]pub struct Gpio2ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio2ctrlFuncsel
impl Gpio2ctrlFuncsel
pub const JTAG_TDI: Self
pub const SPI0_SCLK: Self
pub const UART0_CTS: Self
pub const I2C1_SDA: Self
pub const PWM_A_1: Self
pub const SIO_2: Self
pub const PIO0_2: Self
pub const PIO1_2: Self
pub const USB_MUXING_VBUS_EN: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio2ctrlFuncsel
impl Clone for Gpio2ctrlFuncsel
Source§fn clone(&self) -> Gpio2ctrlFuncsel
fn clone(&self) -> Gpio2ctrlFuncsel
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 Gpio2ctrlFuncsel
impl Ord for Gpio2ctrlFuncsel
Source§fn cmp(&self, other: &Gpio2ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio2ctrlFuncsel) -> 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 Gpio2ctrlFuncsel
impl PartialEq for Gpio2ctrlFuncsel
Source§impl PartialOrd for Gpio2ctrlFuncsel
impl PartialOrd for Gpio2ctrlFuncsel
impl Copy for Gpio2ctrlFuncsel
impl Eq for Gpio2ctrlFuncsel
impl StructuralPartialEq for Gpio2ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio2ctrlFuncsel
impl RefUnwindSafe for Gpio2ctrlFuncsel
impl Send for Gpio2ctrlFuncsel
impl Sync for Gpio2ctrlFuncsel
impl Unpin for Gpio2ctrlFuncsel
impl UnwindSafe for Gpio2ctrlFuncsel
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