Struct convolve_image::kernel::SeparableKernel
source · pub struct SeparableKernel<const SIZE: usize> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<const SIZE: usize> Clone for SeparableKernel<SIZE>
impl<const SIZE: usize> Clone for SeparableKernel<SIZE>
source§fn clone(&self) -> SeparableKernel<SIZE>
fn clone(&self) -> SeparableKernel<SIZE>
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 moreimpl<const SIZE: usize> Copy for SeparableKernel<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for SeparableKernel<SIZE>
impl<const SIZE: usize> RefUnwindSafe for SeparableKernel<SIZE>
impl<const SIZE: usize> Send for SeparableKernel<SIZE>
impl<const SIZE: usize> Sync for SeparableKernel<SIZE>
impl<const SIZE: usize> Unpin for SeparableKernel<SIZE>
impl<const SIZE: usize> UnwindSafe for SeparableKernel<SIZE>
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