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