Skip to main content

IntoKernelParamStorage

Trait IntoKernelParamStorage 

Source
pub trait IntoKernelParamStorage {
    type Storage: KernelParamStorage;

    // Required method
    fn into_kernel_param_storage(self) -> Self::Storage;
}
Expand description

Convert a launch argument into storage that lives until cuLaunchKernel runs.

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoKernelParamStorage for bool

Source§

impl IntoKernelParamStorage for f32

Source§

impl IntoKernelParamStorage for f64

Source§

impl IntoKernelParamStorage for i8

Source§

impl IntoKernelParamStorage for i16

Source§

impl IntoKernelParamStorage for i32

Source§

impl IntoKernelParamStorage for i64

Source§

impl IntoKernelParamStorage for i128

Source§

impl IntoKernelParamStorage for isize

Source§

impl IntoKernelParamStorage for u8

Source§

impl IntoKernelParamStorage for u16

Source§

impl IntoKernelParamStorage for u32

Source§

impl IntoKernelParamStorage for u64

Source§

impl IntoKernelParamStorage for u128

Source§

impl IntoKernelParamStorage for usize

Implementors§