pub struct AvgOpts {
pub scale: bool,
pub count: u32,
}Expand description
Averaging options
Fields§
§scale: boolScale averaging with decimation
count: u32Averaging
Trait Implementations§
impl Copy for AvgOpts
impl Eq for AvgOpts
impl StructuralPartialEq for AvgOpts
Auto Trait Implementations§
impl Freeze for AvgOpts
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