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