Struct opensrdk_kernel_method::convolutional::Convolutional [−][src]
Implementations
impl<K> Convolutional<K> where
K: Kernel<Vec<f64>>,
[src]
K: Kernel<Vec<f64>>,
pub fn new(kernel: K) -> Self
[src]
pub fn kernel_ref(&self) -> &K
[src]
Trait Implementations
impl<K: Clone> Clone for Convolutional<K> where
K: Kernel<Vec<f64>>,
[src]
K: Kernel<Vec<f64>>,
fn clone(&self) -> Convolutional<K>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<K: Debug> Debug for Convolutional<K> where
K: Kernel<Vec<f64>>,
[src]
K: Kernel<Vec<f64>>,
impl<T, K> Kernel<T> for Convolutional<K> where
T: Convolutable,
K: Kernel<Vec<f64>>,
[src]
T: Convolutable,
K: Kernel<Vec<f64>>,
Auto Trait Implementations
impl<K> RefUnwindSafe for Convolutional<K> where
K: RefUnwindSafe,
K: RefUnwindSafe,
impl<K> Send for Convolutional<K>
impl<K> Sync for Convolutional<K>
impl<K> Unpin for Convolutional<K> where
K: Unpin,
K: Unpin,
impl<K> UnwindSafe for Convolutional<K> where
K: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,