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