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