#[repr(transparent)]pub struct Gpio12ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio12ctrlFuncsel
impl Gpio12ctrlFuncsel
pub const SPI1_RX: Self
pub const UART0_TX: Self
pub const I2C0_SDA: Self
pub const PWM_A_6: Self
pub const SIO_12: Self
pub const PIO0_12: Self
pub const PIO1_12: Self
pub const USB_MUXING_EXTPHY_SPEED: Self
pub const USB_MUXING_OVERCURR_DETECT: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio12ctrlFuncsel
impl Clone for Gpio12ctrlFuncsel
Source§fn clone(&self) -> Gpio12ctrlFuncsel
fn clone(&self) -> Gpio12ctrlFuncsel
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 Gpio12ctrlFuncsel
impl Ord for Gpio12ctrlFuncsel
Source§fn cmp(&self, other: &Gpio12ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio12ctrlFuncsel) -> 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 Gpio12ctrlFuncsel
impl PartialEq for Gpio12ctrlFuncsel
Source§impl PartialOrd for Gpio12ctrlFuncsel
impl PartialOrd for Gpio12ctrlFuncsel
impl Copy for Gpio12ctrlFuncsel
impl Eq for Gpio12ctrlFuncsel
impl StructuralPartialEq for Gpio12ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio12ctrlFuncsel
impl RefUnwindSafe for Gpio12ctrlFuncsel
impl Send for Gpio12ctrlFuncsel
impl Sync for Gpio12ctrlFuncsel
impl Unpin for Gpio12ctrlFuncsel
impl UnwindSafe for Gpio12ctrlFuncsel
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