pub struct Kernel1d { /* private fields */ }Expand description
Finite 1D convolution kernel.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Kernel1d
Auto Trait Implementations§
impl Freeze for Kernel1d
impl RefUnwindSafe for Kernel1d
impl Send for Kernel1d
impl Sync for Kernel1d
impl Unpin for Kernel1d
impl UnsafeUnpin for Kernel1d
impl UnwindSafe for Kernel1d
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