pub trait GKernelImplTraitConst {
// Required method
fn as_raw_GKernelImpl(&self) -> *const c_void;
// Provided method
fn opaque(&self) -> any { ... }
}
Expand description
Constant methods for crate::gapi::GKernelImpl
pub trait GKernelImplTraitConst {
// Required method
fn as_raw_GKernelImpl(&self) -> *const c_void;
// Provided method
fn opaque(&self) -> any { ... }
}
Constant methods for crate::gapi::GKernelImpl