#[repr(transparent)]pub struct PinmuxPeripheralIn(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl PinmuxPeripheralIn
impl PinmuxPeripheralIn
pub const GpioGpio0: PinmuxPeripheralIn = _
pub const GpioGpio1: PinmuxPeripheralIn = _
pub const GpioGpio2: PinmuxPeripheralIn = _
pub const GpioGpio3: PinmuxPeripheralIn = _
pub const GpioGpio4: PinmuxPeripheralIn = _
pub const GpioGpio5: PinmuxPeripheralIn = _
pub const GpioGpio6: PinmuxPeripheralIn = _
pub const GpioGpio7: PinmuxPeripheralIn = _
pub const GpioGpio8: PinmuxPeripheralIn = _
pub const GpioGpio9: PinmuxPeripheralIn = _
pub const GpioGpio10: PinmuxPeripheralIn = _
pub const GpioGpio11: PinmuxPeripheralIn = _
pub const GpioGpio12: PinmuxPeripheralIn = _
pub const GpioGpio13: PinmuxPeripheralIn = _
pub const GpioGpio14: PinmuxPeripheralIn = _
pub const GpioGpio15: PinmuxPeripheralIn = _
pub const GpioGpio16: PinmuxPeripheralIn = _
pub const GpioGpio17: PinmuxPeripheralIn = _
pub const GpioGpio18: PinmuxPeripheralIn = _
pub const GpioGpio19: PinmuxPeripheralIn = _
pub const GpioGpio20: PinmuxPeripheralIn = _
pub const GpioGpio21: PinmuxPeripheralIn = _
pub const GpioGpio22: PinmuxPeripheralIn = _
pub const GpioGpio23: PinmuxPeripheralIn = _
pub const GpioGpio24: PinmuxPeripheralIn = _
pub const GpioGpio25: PinmuxPeripheralIn = _
pub const GpioGpio26: PinmuxPeripheralIn = _
pub const GpioGpio27: PinmuxPeripheralIn = _
pub const GpioGpio28: PinmuxPeripheralIn = _
pub const GpioGpio29: PinmuxPeripheralIn = _
pub const GpioGpio30: PinmuxPeripheralIn = _
pub const GpioGpio31: PinmuxPeripheralIn = _
pub const I2c0Sda: PinmuxPeripheralIn = _
pub const I2c0Scl: PinmuxPeripheralIn = _
pub const I2c1Sda: PinmuxPeripheralIn = _
pub const I2c1Scl: PinmuxPeripheralIn = _
pub const I2c2Sda: PinmuxPeripheralIn = _
pub const I2c2Scl: PinmuxPeripheralIn = _
pub const SpiHost1Sd0: PinmuxPeripheralIn = _
pub const SpiHost1Sd1: PinmuxPeripheralIn = _
pub const SpiHost1Sd2: PinmuxPeripheralIn = _
pub const SpiHost1Sd3: PinmuxPeripheralIn = _
pub const Uart0Rx: PinmuxPeripheralIn = _
pub const Uart1Rx: PinmuxPeripheralIn = _
pub const Uart2Rx: PinmuxPeripheralIn = _
pub const Uart3Rx: PinmuxPeripheralIn = _
pub const SpiDeviceTpmCsb: PinmuxPeripheralIn = _
pub const FlashCtrlTck: PinmuxPeripheralIn = _
pub const FlashCtrlTms: PinmuxPeripheralIn = _
pub const FlashCtrlTdi: PinmuxPeripheralIn = _
pub const SysrstCtrlAonAcPresent: PinmuxPeripheralIn = _
pub const SysrstCtrlAonKey0In: PinmuxPeripheralIn = _
pub const SysrstCtrlAonKey1In: PinmuxPeripheralIn = _
pub const SysrstCtrlAonKey2In: PinmuxPeripheralIn = _
pub const SysrstCtrlAonPwrbIn: PinmuxPeripheralIn = _
pub const SysrstCtrlAonLidOpen: PinmuxPeripheralIn = _
pub const UsbdevSense: PinmuxPeripheralIn = _
pub const End: PinmuxPeripheralIn = _
Trait Implementations§
Source§impl Binary for PinmuxPeripheralIn
impl Binary for PinmuxPeripheralIn
Source§impl Clone for PinmuxPeripheralIn
impl Clone for PinmuxPeripheralIn
Source§fn clone(&self) -> PinmuxPeripheralIn
fn clone(&self) -> PinmuxPeripheralIn
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PinmuxPeripheralIn
impl Debug for PinmuxPeripheralIn
Source§impl Default for PinmuxPeripheralIn
impl Default for PinmuxPeripheralIn
Source§impl<'de> Deserialize<'de> for PinmuxPeripheralIn
impl<'de> Deserialize<'de> for PinmuxPeripheralIn
Source§fn deserialize<D>(deserializer: D) -> Result<PinmuxPeripheralIn, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<PinmuxPeripheralIn, D::Error>where
D: Deserializer<'de>,
Deserializes the value by forwarding to deserialize_any
.
deserialize_any
will forward strings to the string visitor
and forward integers to the appropriate integer visitor.
Source§impl Display for PinmuxPeripheralIn
impl Display for PinmuxPeripheralIn
Source§impl From<PinmuxPeripheralIn> for u32
impl From<PinmuxPeripheralIn> for u32
Source§fn from(v: PinmuxPeripheralIn) -> u32
fn from(v: PinmuxPeripheralIn) -> u32
Converts to this type from the input type.
Source§impl FromStr for PinmuxPeripheralIn
impl FromStr for PinmuxPeripheralIn
Source§impl Hash for PinmuxPeripheralIn
impl Hash for PinmuxPeripheralIn
Source§impl LowerHex for PinmuxPeripheralIn
impl LowerHex for PinmuxPeripheralIn
Source§impl Octal for PinmuxPeripheralIn
impl Octal for PinmuxPeripheralIn
Source§impl Ord for PinmuxPeripheralIn
impl Ord for PinmuxPeripheralIn
Source§fn cmp(&self, other: &PinmuxPeripheralIn) -> Ordering
fn cmp(&self, other: &PinmuxPeripheralIn) -> 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 PinmuxPeripheralIn
impl PartialEq for PinmuxPeripheralIn
Source§impl PartialOrd for PinmuxPeripheralIn
impl PartialOrd for PinmuxPeripheralIn
Source§impl Serialize for PinmuxPeripheralIn
impl Serialize for PinmuxPeripheralIn
Source§impl TryFrom<i16> for PinmuxPeripheralIn
impl TryFrom<i16> for PinmuxPeripheralIn
Source§impl TryFrom<i32> for PinmuxPeripheralIn
impl TryFrom<i32> for PinmuxPeripheralIn
Source§impl TryFrom<i64> for PinmuxPeripheralIn
impl TryFrom<i64> for PinmuxPeripheralIn
Source§impl TryFrom<i8> for PinmuxPeripheralIn
impl TryFrom<i8> for PinmuxPeripheralIn
Source§impl TryFrom<u16> for PinmuxPeripheralIn
impl TryFrom<u16> for PinmuxPeripheralIn
Source§impl TryFrom<u32> for PinmuxPeripheralIn
impl TryFrom<u32> for PinmuxPeripheralIn
Source§impl TryFrom<u64> for PinmuxPeripheralIn
impl TryFrom<u64> for PinmuxPeripheralIn
Source§impl TryFrom<u8> for PinmuxPeripheralIn
impl TryFrom<u8> for PinmuxPeripheralIn
Source§impl UpperHex for PinmuxPeripheralIn
impl UpperHex for PinmuxPeripheralIn
Source§impl ValueEnum for PinmuxPeripheralIn
impl ValueEnum for PinmuxPeripheralIn
impl Copy for PinmuxPeripheralIn
impl Eq for PinmuxPeripheralIn
impl StructuralPartialEq for PinmuxPeripheralIn
Auto Trait Implementations§
impl Freeze for PinmuxPeripheralIn
impl RefUnwindSafe for PinmuxPeripheralIn
impl Send for PinmuxPeripheralIn
impl Sync for PinmuxPeripheralIn
impl Unpin for PinmuxPeripheralIn
impl UnwindSafe for PinmuxPeripheralIn
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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