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