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