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