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