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