#[repr(u8)]pub enum GpiointctlClkSet {
NO_EFFECT = 0,
SET_CLOCK = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GpiointctlClkSet
impl Clone for GpiointctlClkSet
Source§fn clone(&self) -> GpiointctlClkSet
fn clone(&self) -> GpiointctlClkSet
Returns a duplicate 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 GpiointctlClkSet
impl Debug for GpiointctlClkSet
Source§impl From<GpiointctlClkSet> for u8
impl From<GpiointctlClkSet> for u8
Source§fn from(val: GpiointctlClkSet) -> u8
fn from(val: GpiointctlClkSet) -> u8
Converts to this type from the input type.
Source§impl From<u8> for GpiointctlClkSet
impl From<u8> for GpiointctlClkSet
Source§fn from(val: u8) -> GpiointctlClkSet
fn from(val: u8) -> GpiointctlClkSet
Converts to this type from the input type.
Source§impl Ord for GpiointctlClkSet
impl Ord for GpiointctlClkSet
Source§fn cmp(&self, other: &GpiointctlClkSet) -> Ordering
fn cmp(&self, other: &GpiointctlClkSet) -> 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 GpiointctlClkSet
impl PartialEq for GpiointctlClkSet
Source§impl PartialOrd for GpiointctlClkSet
impl PartialOrd for GpiointctlClkSet
impl Copy for GpiointctlClkSet
impl Eq for GpiointctlClkSet
impl StructuralPartialEq for GpiointctlClkSet
Auto Trait Implementations§
impl Freeze for GpiointctlClkSet
impl RefUnwindSafe for GpiointctlClkSet
impl Send for GpiointctlClkSet
impl Sync for GpiointctlClkSet
impl Unpin for GpiointctlClkSet
impl UnwindSafe for GpiointctlClkSet
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