#[repr(transparent)]pub struct Gpio10ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio10ctrlFuncsel
impl Gpio10ctrlFuncsel
pub const SPI1_SCLK: Self
pub const UART1_CTS: Self
pub const I2C1_SDA: Self
pub const PWM_A_5: Self
pub const SIO_10: Self
pub const PIO0_10: Self
pub const PIO1_10: Self
pub const USB_MUXING_EXTPHY_VM: Self
pub const USB_MUXING_VBUS_DETECT: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio10ctrlFuncsel
impl Clone for Gpio10ctrlFuncsel
Source§fn clone(&self) -> Gpio10ctrlFuncsel
fn clone(&self) -> Gpio10ctrlFuncsel
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 Gpio10ctrlFuncsel
impl Ord for Gpio10ctrlFuncsel
Source§fn cmp(&self, other: &Gpio10ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio10ctrlFuncsel) -> 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 Gpio10ctrlFuncsel
impl PartialEq for Gpio10ctrlFuncsel
Source§impl PartialOrd for Gpio10ctrlFuncsel
impl PartialOrd for Gpio10ctrlFuncsel
impl Copy for Gpio10ctrlFuncsel
impl Eq for Gpio10ctrlFuncsel
impl StructuralPartialEq for Gpio10ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio10ctrlFuncsel
impl RefUnwindSafe for Gpio10ctrlFuncsel
impl Send for Gpio10ctrlFuncsel
impl Sync for Gpio10ctrlFuncsel
impl Unpin for Gpio10ctrlFuncsel
impl UnwindSafe for Gpio10ctrlFuncsel
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