pub enum Filter {
Cubic,
BlackmanNuttall,
Kaiser,
}Variants§
trait 实现§
源代码§impl From<Filter> for SwrFilterType
impl From<Filter> for SwrFilterType
源代码§fn from(value: Filter) -> SwrFilterType
fn from(value: Filter) -> SwrFilterType
Converts to this type from the input type.
源代码§impl From<SwrFilterType> for Filter
impl From<SwrFilterType> for Filter
源代码§fn from(value: SwrFilterType) -> Filter
fn from(value: SwrFilterType) -> Filter
Converts to this type from the input type.
impl Copy for Filter
impl Eq for Filter
impl StructuralPartialEq for Filter
自动 trait 实现§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnsafeUnpin for Filter
impl UnwindSafe for Filter
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多