Struct stabilizer_stream::AvgOpts
source · pub struct AvgOpts {
pub scale: bool,
pub count: u32,
}Expand description
Averaging options
Fields§
§scale: boolScale averaging with decimation
count: u32Averaging
Trait Implementations§
source§impl PartialEq for AvgOpts
impl PartialEq for AvgOpts
impl Copy for AvgOpts
impl Eq for AvgOpts
impl StructuralEq for AvgOpts
impl StructuralPartialEq for AvgOpts
Auto Trait Implementations§
impl RefUnwindSafe for AvgOpts
impl Send for AvgOpts
impl Sync for AvgOpts
impl Unpin for AvgOpts
impl UnwindSafe for AvgOpts
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