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