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