#[repr(transparent)]pub struct Gpio1ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio1ctrlFuncsel
impl Gpio1ctrlFuncsel
pub const JTAG_TMS: Self
pub const SPI0_SS_N: Self
pub const UART0_RX: Self
pub const I2C0_SCL: Self
pub const PWM_B_0: Self
pub const SIO_1: Self
pub const PIO0_1: Self
pub const PIO1_1: Self
pub const USB_MUXING_VBUS_DETECT: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio1ctrlFuncsel
impl Clone for Gpio1ctrlFuncsel
Source§fn clone(&self) -> Gpio1ctrlFuncsel
fn clone(&self) -> Gpio1ctrlFuncsel
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 Gpio1ctrlFuncsel
impl Ord for Gpio1ctrlFuncsel
Source§fn cmp(&self, other: &Gpio1ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio1ctrlFuncsel) -> 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 Gpio1ctrlFuncsel
impl PartialEq for Gpio1ctrlFuncsel
Source§impl PartialOrd for Gpio1ctrlFuncsel
impl PartialOrd for Gpio1ctrlFuncsel
impl Copy for Gpio1ctrlFuncsel
impl Eq for Gpio1ctrlFuncsel
impl StructuralPartialEq for Gpio1ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio1ctrlFuncsel
impl RefUnwindSafe for Gpio1ctrlFuncsel
impl Send for Gpio1ctrlFuncsel
impl Sync for Gpio1ctrlFuncsel
impl Unpin for Gpio1ctrlFuncsel
impl UnwindSafe for Gpio1ctrlFuncsel
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