#[repr(transparent)]pub struct Gpio15ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio15ctrlFuncsel
impl Gpio15ctrlFuncsel
pub const SPI1_TX: Self
pub const UART0_RTS: Self
pub const I2C1_SCL: Self
pub const PWM_B_7: Self
pub const SIO_15: Self
pub const PIO0_15: Self
pub const PIO1_15: Self
pub const USB_MUXING_DIGITAL_DP: Self
pub const USB_MUXING_OVERCURR_DETECT: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio15ctrlFuncsel
impl Clone for Gpio15ctrlFuncsel
Source§fn clone(&self) -> Gpio15ctrlFuncsel
fn clone(&self) -> Gpio15ctrlFuncsel
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 Gpio15ctrlFuncsel
impl Ord for Gpio15ctrlFuncsel
Source§fn cmp(&self, other: &Gpio15ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio15ctrlFuncsel) -> 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 Gpio15ctrlFuncsel
impl PartialEq for Gpio15ctrlFuncsel
Source§impl PartialOrd for Gpio15ctrlFuncsel
impl PartialOrd for Gpio15ctrlFuncsel
impl Copy for Gpio15ctrlFuncsel
impl Eq for Gpio15ctrlFuncsel
impl StructuralPartialEq for Gpio15ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio15ctrlFuncsel
impl RefUnwindSafe for Gpio15ctrlFuncsel
impl Send for Gpio15ctrlFuncsel
impl Sync for Gpio15ctrlFuncsel
impl Unpin for Gpio15ctrlFuncsel
impl UnwindSafe for Gpio15ctrlFuncsel
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