Trait KernelArgTraitConst

Source
pub trait KernelArgTraitConst {
    // Required method
    fn as_raw_KernelArg(&self) -> *const c_void;

    // Provided methods
    fn flags(&self) -> i32 { ... }
    fn obj(&self) -> *const c_void { ... }
    fn sz(&self) -> size_t { ... }
    fn wscale(&self) -> i32 { ... }
    fn iwscale(&self) -> i32 { ... }
}
Expand description

Constant methods for core::KernelArg

Required Methods§

Provided Methods§

Source

fn flags(&self) -> i32

Source

fn obj(&self) -> *const c_void

Source

fn sz(&self) -> size_t

Source

fn wscale(&self) -> i32

Source

fn iwscale(&self) -> i32

Implementors§