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