Skip to main content

KernelParamStorage

Trait KernelParamStorage 

Source
pub trait KernelParamStorage {
    // Required method
    fn as_kernel_param(&self) -> *mut c_void;
}
Expand description

Stable host-side storage for a kernel argument pointer.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§