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