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