pub struct SavitszkyGolaySmoother24Builder;
Available on crate feature
std
only.Trait Implementations§
Source§impl KernelBuilder for SavitszkyGolaySmoother24Builder
impl KernelBuilder for SavitszkyGolaySmoother24Builder
type Output = SavitszkyGolaySmoother23
fn generate_kernel(&self, num_samples: usize) -> Option<Self::Output>
fn minimum_samples(&self) -> usize
Auto Trait Implementations§
impl Freeze for SavitszkyGolaySmoother24Builder
impl RefUnwindSafe for SavitszkyGolaySmoother24Builder
impl Send for SavitszkyGolaySmoother24Builder
impl Sync for SavitszkyGolaySmoother24Builder
impl Unpin for SavitszkyGolaySmoother24Builder
impl UnwindSafe for SavitszkyGolaySmoother24Builder
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