#[repr(u8)]pub enum Cicfiltermsbcustom {
Show 16 variants
RANGE0 = 0,
RANGE1 = 1,
RANGE2 = 2,
RANGE3 = 3,
RANGE4 = 4,
RANGE5 = 5,
RANGE6 = 6,
RANGE7 = 7,
RANGE8 = 8,
RANGE9 = 9,
RANGE10 = 10,
RANGE11 = 11,
RANGE12 = 12,
RANGE13 = 13,
RANGE14 = 14,
RANGE15 = 15,
}Variants§
RANGE0 = 0
OSR range low 4 OSR range high 32
RANGE1 = 1
OSR range low 34 OSR range high 36
RANGE2 = 2
OSR range low 38 OSR range high 42
RANGE3 = 3
OSR range low 44 OSR range high 48
RANGE4 = 4
OSR range low 50 OSR range high 54
RANGE5 = 5
OSR range low 56 OSR range high 64
RANGE6 = 6
OSR range low 66 OSR range high 72
RANGE7 = 7
OSR range low 74 OSR range high 84
RANGE8 = 8
OSR range low 86 OSR range high 96
RANGE9 = 9
OSR range low 98 OSR range high 110
RANGE10 = 10
OSR range low 112 OSR range high 128
RANGE11 = 11
OSR range low 130 OSR range high 146
RANGE12 = 12
OSR range low 148 OSR range high 168
RANGE13 = 13
OSR range low 170 OSR range high 194
RANGE14 = 14
OSR range low 196 OSR range high 222
RANGE15 = 15
OSR range low 224 OSR range high 256
Implementations§
Trait Implementations§
Source§impl Clone for Cicfiltermsbcustom
impl Clone for Cicfiltermsbcustom
Source§fn clone(&self) -> Cicfiltermsbcustom
fn clone(&self) -> Cicfiltermsbcustom
Returns a copy 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 Cicfiltermsbcustom
impl Debug for Cicfiltermsbcustom
Source§impl From<Cicfiltermsbcustom> for u8
impl From<Cicfiltermsbcustom> for u8
Source§fn from(val: Cicfiltermsbcustom) -> u8
fn from(val: Cicfiltermsbcustom) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cicfiltermsbcustom
impl From<u8> for Cicfiltermsbcustom
Source§fn from(val: u8) -> Cicfiltermsbcustom
fn from(val: u8) -> Cicfiltermsbcustom
Converts to this type from the input type.
Source§impl Ord for Cicfiltermsbcustom
impl Ord for Cicfiltermsbcustom
Source§fn cmp(&self, other: &Cicfiltermsbcustom) -> Ordering
fn cmp(&self, other: &Cicfiltermsbcustom) -> 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 Cicfiltermsbcustom
impl PartialEq for Cicfiltermsbcustom
Source§impl PartialOrd for Cicfiltermsbcustom
impl PartialOrd for Cicfiltermsbcustom
impl Copy for Cicfiltermsbcustom
impl Eq for Cicfiltermsbcustom
impl StructuralPartialEq for Cicfiltermsbcustom
Auto Trait Implementations§
impl Freeze for Cicfiltermsbcustom
impl RefUnwindSafe for Cicfiltermsbcustom
impl Send for Cicfiltermsbcustom
impl Sync for Cicfiltermsbcustom
impl Unpin for Cicfiltermsbcustom
impl UnwindSafe for Cicfiltermsbcustom
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)