#[repr(u8)]pub enum Hfclk192malwaysrunAlwaysrun {
AUTOMATIC = 0,
ALWAYS_RUN = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Hfclk192malwaysrunAlwaysrun
impl Clone for Hfclk192malwaysrunAlwaysrun
Source§fn clone(&self) -> Hfclk192malwaysrunAlwaysrun
fn clone(&self) -> Hfclk192malwaysrunAlwaysrun
Returns a copy 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 From<Hfclk192malwaysrunAlwaysrun> for u8
impl From<Hfclk192malwaysrunAlwaysrun> for u8
Source§fn from(val: Hfclk192malwaysrunAlwaysrun) -> u8
fn from(val: Hfclk192malwaysrunAlwaysrun) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Hfclk192malwaysrunAlwaysrun
impl From<u8> for Hfclk192malwaysrunAlwaysrun
Source§fn from(val: u8) -> Hfclk192malwaysrunAlwaysrun
fn from(val: u8) -> Hfclk192malwaysrunAlwaysrun
Converts to this type from the input type.
Source§impl Ord for Hfclk192malwaysrunAlwaysrun
impl Ord for Hfclk192malwaysrunAlwaysrun
Source§fn cmp(&self, other: &Hfclk192malwaysrunAlwaysrun) -> Ordering
fn cmp(&self, other: &Hfclk192malwaysrunAlwaysrun) -> 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 PartialOrd for Hfclk192malwaysrunAlwaysrun
impl PartialOrd for Hfclk192malwaysrunAlwaysrun
impl Copy for Hfclk192malwaysrunAlwaysrun
impl Eq for Hfclk192malwaysrunAlwaysrun
impl StructuralPartialEq for Hfclk192malwaysrunAlwaysrun
Auto Trait Implementations§
impl Freeze for Hfclk192malwaysrunAlwaysrun
impl RefUnwindSafe for Hfclk192malwaysrunAlwaysrun
impl Send for Hfclk192malwaysrunAlwaysrun
impl Sync for Hfclk192malwaysrunAlwaysrun
impl Unpin for Hfclk192malwaysrunAlwaysrun
impl UnwindSafe for Hfclk192malwaysrunAlwaysrun
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)