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