Enum Cicfiltermsbcustom
#[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§
§impl Cicfiltermsbcustom
impl Cicfiltermsbcustom
pub const fn from_bits(val: u8) -> Cicfiltermsbcustom
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Cicfiltermsbcustom
impl Clone for Cicfiltermsbcustom
§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 more§impl Debug for Cicfiltermsbcustom
impl Debug for Cicfiltermsbcustom
§impl From<u8> for Cicfiltermsbcustom
impl From<u8> for Cicfiltermsbcustom
§fn from(val: u8) -> Cicfiltermsbcustom
fn from(val: u8) -> Cicfiltermsbcustom
Converts to this type from the input type.
§impl Ord for Cicfiltermsbcustom
impl Ord for Cicfiltermsbcustom
§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
§impl PartialEq for Cicfiltermsbcustom
impl PartialEq for Cicfiltermsbcustom
§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> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
Source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
Source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
Source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
Source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.