Enum Acicn
#[repr(u8)]pub enum Acicn {
FastSinc = 0,
Sinc1 = 1,
Sinc2 = 2,
Sinc3 = 3,
}Expand description
Auxiliary CIC order selection.
Variants§
FastSinc = 0
FastSinc filter type.
Sinc1 = 1
Sinc1 filter type.
Sinc2 = 2
Sinc2 filter type.
Sinc3 = 3
Sinc3 filter type.
Implementations§
Trait Implementations§
impl Copy for Acicn
impl Eq for Acicn
§impl Ord for Acicn
impl Ord for Acicn
1.21.0 (const: unstable) · 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 PartialOrd for Acicn
impl PartialOrd for Acicn
impl StructuralPartialEq for Acicn
Auto Trait Implementations§
impl Freeze for Acicn
impl RefUnwindSafe for Acicn
impl Send for Acicn
impl Sync for Acicn
impl Unpin for Acicn
impl UnsafeUnpin for Acicn
impl UnwindSafe for Acicn
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