#[repr(transparent)]pub struct Gpio9ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio9ctrlFuncsel
impl Gpio9ctrlFuncsel
pub const SPI1_SS_N: Self
pub const UART1_RX: Self
pub const I2C0_SCL: Self
pub const PWM_B_4: Self
pub const SIO_9: Self
pub const PIO0_9: Self
pub const PIO1_9: Self
pub const USB_MUXING_EXTPHY_VP: Self
pub const USB_MUXING_OVERCURR_DETECT: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio9ctrlFuncsel
impl Clone for Gpio9ctrlFuncsel
Source§fn clone(&self) -> Gpio9ctrlFuncsel
fn clone(&self) -> Gpio9ctrlFuncsel
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 Gpio9ctrlFuncsel
impl Ord for Gpio9ctrlFuncsel
Source§fn cmp(&self, other: &Gpio9ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio9ctrlFuncsel) -> 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 Gpio9ctrlFuncsel
impl PartialEq for Gpio9ctrlFuncsel
Source§impl PartialOrd for Gpio9ctrlFuncsel
impl PartialOrd for Gpio9ctrlFuncsel
impl Copy for Gpio9ctrlFuncsel
impl Eq for Gpio9ctrlFuncsel
impl StructuralPartialEq for Gpio9ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio9ctrlFuncsel
impl RefUnwindSafe for Gpio9ctrlFuncsel
impl Send for Gpio9ctrlFuncsel
impl Sync for Gpio9ctrlFuncsel
impl Unpin for Gpio9ctrlFuncsel
impl UnwindSafe for Gpio9ctrlFuncsel
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