[][src]Trait open_cl_low_level::cl_object::ClObject

pub unsafe trait ClObject: Sized + Clone + Copy + Debug + CheckValidClObject + PartialEq {
    fn type_name(&self) -> &'static str;

    fn address(&self) -> String { ... }
}

Required methods

fn type_name(&self) -> &'static str

Loading content...

Provided methods

fn address(&self) -> String

Loading content...

Implementations on Foreign Types

impl ClObject for cl_command_queue[src]

impl ClObject for cl_context[src]

impl ClObject for cl_device_id[src]

impl ClObject for cl_event[src]

impl ClObject for cl_kernel[src]

impl ClObject for cl_mem[src]

impl ClObject for cl_program[src]

impl ClObject for cl_platform_id[src]

Loading content...

Implementors

Loading content...