pub trait GKernelImplTraitConst {
    fn as_raw_GKernelImpl(&self) -> *const c_void;

    fn opaque(&self) -> any { ... }
}
Expand description

Constant methods for crate::gapi::GKernelImpl

Required Methods§

Provided Methods§

Implementors§