#[repr(transparent)]pub struct Gpio23ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Gpio23ctrlFuncsel
impl Gpio23ctrlFuncsel
pub const SPI0_TX: Self
pub const UART1_RTS: Self
pub const I2C1_SCL: Self
pub const PWM_B_3: Self
pub const SIO_23: Self
pub const PIO0_23: Self
pub const PIO1_23: Self
pub const CLOCKS_GPOUT_1: Self
pub const USB_MUXING_VBUS_EN: Self
pub const NULL: Self
Trait Implementations§
Source§impl Clone for Gpio23ctrlFuncsel
impl Clone for Gpio23ctrlFuncsel
Source§fn clone(&self) -> Gpio23ctrlFuncsel
fn clone(&self) -> Gpio23ctrlFuncsel
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 Gpio23ctrlFuncsel
impl Ord for Gpio23ctrlFuncsel
Source§fn cmp(&self, other: &Gpio23ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio23ctrlFuncsel) -> 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 Gpio23ctrlFuncsel
impl PartialEq for Gpio23ctrlFuncsel
Source§impl PartialOrd for Gpio23ctrlFuncsel
impl PartialOrd for Gpio23ctrlFuncsel
impl Copy for Gpio23ctrlFuncsel
impl Eq for Gpio23ctrlFuncsel
impl StructuralPartialEq for Gpio23ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio23ctrlFuncsel
impl RefUnwindSafe for Gpio23ctrlFuncsel
impl Send for Gpio23ctrlFuncsel
impl Sync for Gpio23ctrlFuncsel
impl Unpin for Gpio23ctrlFuncsel
impl UnwindSafe for Gpio23ctrlFuncsel
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