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