#[repr(u32)]pub enum SwrFilterType {
SWR_FILTER_TYPE_CUBIC = 0,
SWR_FILTER_TYPE_BLACKMAN_NUTTALL = 1,
SWR_FILTER_TYPE_KAISER = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for SwrFilterType
impl Clone for SwrFilterType
Source§fn clone(&self) -> SwrFilterType
fn clone(&self) -> SwrFilterType
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 SwrFilterType
impl Debug for SwrFilterType
Source§impl Hash for SwrFilterType
impl Hash for SwrFilterType
Source§impl PartialEq for SwrFilterType
impl PartialEq for SwrFilterType
impl Copy for SwrFilterType
impl Eq for SwrFilterType
impl StructuralPartialEq for SwrFilterType
Auto Trait Implementations§
impl Freeze for SwrFilterType
impl RefUnwindSafe for SwrFilterType
impl Send for SwrFilterType
impl Sync for SwrFilterType
impl Unpin for SwrFilterType
impl UnwindSafe for SwrFilterType
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