pub struct DecimationOptions {
pub filter_magnitude: Option<f32>,
}Expand description
Options for the Decimation Filter processing block
Fields§
§filter_magnitude: Option<f32>Decimation filter magnitude. Range: 2-8
Trait Implementations§
Source§impl Clone for DecimationOptions
impl Clone for DecimationOptions
Source§fn clone(&self) -> DecimationOptions
fn clone(&self) -> DecimationOptions
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 DecimationOptions
impl Debug for DecimationOptions
Source§impl Default for DecimationOptions
impl Default for DecimationOptions
Source§fn default() -> DecimationOptions
fn default() -> DecimationOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DecimationOptions
impl PartialEq for DecimationOptions
impl StructuralPartialEq for DecimationOptions
Auto Trait Implementations§
impl Freeze for DecimationOptions
impl RefUnwindSafe for DecimationOptions
impl Send for DecimationOptions
impl Sync for DecimationOptions
impl Unpin for DecimationOptions
impl UnwindSafe for DecimationOptions
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