Struct opensrdk_kernel_method::instant::InstantKernel
source · [−]pub struct InstantKernel<T, F> where
T: Value,
F: Fn(&[f64], &T, &T) -> Result<f64, KernelError> + Clone + Send + Sync, { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<T, F> RefUnwindSafe for InstantKernel<T, F> where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for InstantKernel<T, F>
impl<T, F> Sync for InstantKernel<T, F>
impl<T, F> Unpin for InstantKernel<T, F> where
F: Unpin,
T: Unpin,
impl<T, F> UnwindSafe for InstantKernel<T, F> where
F: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more