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