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