Struct image_dwt::kernels::LinearInterpolationKernel
source · pub struct LinearInterpolationKernel;Trait Implementations§
source§impl Clone for LinearInterpolationKernel
impl Clone for LinearInterpolationKernel
source§fn clone(&self) -> LinearInterpolationKernel
fn clone(&self) -> LinearInterpolationKernel
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<3> for LinearInterpolationKernel
impl Kernel<3> for LinearInterpolationKernel
impl Copy for LinearInterpolationKernel
Auto Trait Implementations§
impl Freeze for LinearInterpolationKernel
impl RefUnwindSafe for LinearInterpolationKernel
impl Send for LinearInterpolationKernel
impl Sync for LinearInterpolationKernel
impl Unpin for LinearInterpolationKernel
impl UnwindSafe for LinearInterpolationKernel
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