#[repr(transparent)]pub struct PinmuxInsel(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl PinmuxInsel
impl PinmuxInsel
pub const ConstantZero: PinmuxInsel = _
pub const ConstantOne: PinmuxInsel = _
pub const Ioa0: PinmuxInsel = _
pub const Ioa1: PinmuxInsel = _
pub const Ioa2: PinmuxInsel = _
pub const Ioa3: PinmuxInsel = _
pub const Ioa4: PinmuxInsel = _
pub const Ioa5: PinmuxInsel = _
pub const Ioa6: PinmuxInsel = _
pub const Ioa7: PinmuxInsel = _
pub const Ioa8: PinmuxInsel = _
pub const Iob0: PinmuxInsel = _
pub const Iob1: PinmuxInsel = _
pub const Iob2: PinmuxInsel = _
pub const Iob3: PinmuxInsel = _
pub const Iob4: PinmuxInsel = _
pub const Iob5: PinmuxInsel = _
pub const Iob6: PinmuxInsel = _
pub const Iob7: PinmuxInsel = _
pub const Iob8: PinmuxInsel = _
pub const Iob9: PinmuxInsel = _
pub const Iob10: PinmuxInsel = _
pub const Iob11: PinmuxInsel = _
pub const Iob12: PinmuxInsel = _
pub const Ioc0: PinmuxInsel = _
pub const Ioc1: PinmuxInsel = _
pub const Ioc2: PinmuxInsel = _
pub const Ioc3: PinmuxInsel = _
pub const Ioc4: PinmuxInsel = _
pub const Ioc5: PinmuxInsel = _
pub const Ioc6: PinmuxInsel = _
pub const Ioc7: PinmuxInsel = _
pub const Ioc8: PinmuxInsel = _
pub const Ioc9: PinmuxInsel = _
pub const Ioc10: PinmuxInsel = _
pub const Ioc11: PinmuxInsel = _
pub const Ioc12: PinmuxInsel = _
pub const Ior0: PinmuxInsel = _
pub const Ior1: PinmuxInsel = _
pub const Ior2: PinmuxInsel = _
pub const Ior3: PinmuxInsel = _
pub const Ior4: PinmuxInsel = _
pub const Ior5: PinmuxInsel = _
pub const Ior6: PinmuxInsel = _
pub const Ior7: PinmuxInsel = _
pub const Ior10: PinmuxInsel = _
pub const Ior11: PinmuxInsel = _
pub const Ior12: PinmuxInsel = _
pub const Ior13: PinmuxInsel = _
pub const End: PinmuxInsel = _
Source§impl PinmuxInsel
impl PinmuxInsel
Trait Implementations§
Source§impl Binary for PinmuxInsel
impl Binary for PinmuxInsel
Source§impl Clone for PinmuxInsel
impl Clone for PinmuxInsel
Source§fn clone(&self) -> PinmuxInsel
fn clone(&self) -> PinmuxInsel
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 PinmuxInsel
impl Debug for PinmuxInsel
Source§impl Default for PinmuxInsel
impl Default for PinmuxInsel
Source§impl<'de> Deserialize<'de> for PinmuxInsel
impl<'de> Deserialize<'de> for PinmuxInsel
Source§fn deserialize<D>(deserializer: D) -> Result<PinmuxInsel, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<PinmuxInsel, 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 PinmuxInsel
impl Display for PinmuxInsel
Source§impl From<PinmuxInsel> for u32
impl From<PinmuxInsel> for u32
Source§fn from(v: PinmuxInsel) -> u32
fn from(v: PinmuxInsel) -> u32
Converts to this type from the input type.
Source§impl FromStr for PinmuxInsel
impl FromStr for PinmuxInsel
Source§impl Hash for PinmuxInsel
impl Hash for PinmuxInsel
Source§impl LowerHex for PinmuxInsel
impl LowerHex for PinmuxInsel
Source§impl Octal for PinmuxInsel
impl Octal for PinmuxInsel
Source§impl Ord for PinmuxInsel
impl Ord for PinmuxInsel
Source§fn cmp(&self, other: &PinmuxInsel) -> Ordering
fn cmp(&self, other: &PinmuxInsel) -> 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 PinmuxInsel
impl PartialEq for PinmuxInsel
Source§impl PartialOrd for PinmuxInsel
impl PartialOrd for PinmuxInsel
Source§impl Serialize for PinmuxInsel
impl Serialize for PinmuxInsel
Source§impl TryFrom<i16> for PinmuxInsel
impl TryFrom<i16> for PinmuxInsel
Source§impl TryFrom<i32> for PinmuxInsel
impl TryFrom<i32> for PinmuxInsel
Source§impl TryFrom<i64> for PinmuxInsel
impl TryFrom<i64> for PinmuxInsel
Source§impl TryFrom<i8> for PinmuxInsel
impl TryFrom<i8> for PinmuxInsel
Source§impl TryFrom<u16> for PinmuxInsel
impl TryFrom<u16> for PinmuxInsel
Source§impl TryFrom<u32> for PinmuxInsel
impl TryFrom<u32> for PinmuxInsel
Source§impl TryFrom<u64> for PinmuxInsel
impl TryFrom<u64> for PinmuxInsel
Source§impl TryFrom<u8> for PinmuxInsel
impl TryFrom<u8> for PinmuxInsel
Source§impl UpperHex for PinmuxInsel
impl UpperHex for PinmuxInsel
Source§impl ValueEnum for PinmuxInsel
impl ValueEnum for PinmuxInsel
impl Copy for PinmuxInsel
impl Eq for PinmuxInsel
impl StructuralPartialEq for PinmuxInsel
Auto Trait Implementations§
impl Freeze for PinmuxInsel
impl RefUnwindSafe for PinmuxInsel
impl Send for PinmuxInsel
impl Sync for PinmuxInsel
impl Unpin for PinmuxInsel
impl UnwindSafe for PinmuxInsel
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