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