Struct image_dwt::kernels::B3SplineKernel
source · pub struct B3SplineKernel;Trait Implementations§
source§impl Clone for B3SplineKernel
impl Clone for B3SplineKernel
source§fn clone(&self) -> B3SplineKernel
fn clone(&self) -> B3SplineKernel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Kernel<5> for B3SplineKernel
impl Kernel<5> for B3SplineKernel
impl Copy for B3SplineKernel
Auto Trait Implementations§
impl Freeze for B3SplineKernel
impl RefUnwindSafe for B3SplineKernel
impl Send for B3SplineKernel
impl Sync for B3SplineKernel
impl Unpin for B3SplineKernel
impl UnwindSafe for B3SplineKernel
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