#[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 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 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