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