#[repr(transparent)]pub struct Gpio5ctrlFuncsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for Gpio5ctrlFuncsel
impl Clone for Gpio5ctrlFuncsel
Source§fn clone(&self) -> Gpio5ctrlFuncsel
fn clone(&self) -> Gpio5ctrlFuncsel
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 Gpio5ctrlFuncsel
impl Ord for Gpio5ctrlFuncsel
Source§fn cmp(&self, other: &Gpio5ctrlFuncsel) -> Ordering
fn cmp(&self, other: &Gpio5ctrlFuncsel) -> 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 Gpio5ctrlFuncsel
impl PartialEq for Gpio5ctrlFuncsel
Source§impl PartialOrd for Gpio5ctrlFuncsel
impl PartialOrd for Gpio5ctrlFuncsel
impl Copy for Gpio5ctrlFuncsel
impl Eq for Gpio5ctrlFuncsel
impl StructuralPartialEq for Gpio5ctrlFuncsel
Auto Trait Implementations§
impl Freeze for Gpio5ctrlFuncsel
impl RefUnwindSafe for Gpio5ctrlFuncsel
impl Send for Gpio5ctrlFuncsel
impl Sync for Gpio5ctrlFuncsel
impl Unpin for Gpio5ctrlFuncsel
impl UnwindSafe for Gpio5ctrlFuncsel
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