Struct kernel_density_estimation::kernel::epanechnikov::Epanechnikov
source · [−]pub struct Epanechnikov;Expand description
Epanechnikov kernel function.
Trait Implementations
sourceimpl Clone for Epanechnikov
impl Clone for Epanechnikov
sourcefn clone(&self) -> Epanechnikov
fn clone(&self) -> Epanechnikov
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Epanechnikov
impl Debug for Epanechnikov
sourceimpl Kernel for Epanechnikov
impl Kernel for Epanechnikov
impl Copy for Epanechnikov
Auto Trait Implementations
impl RefUnwindSafe for Epanechnikov
impl Send for Epanechnikov
impl Sync for Epanechnikov
impl Unpin for Epanechnikov
impl UnwindSafe for Epanechnikov
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more