Struct collenchyma::frameworks::opencl::event::Event [] [src]

pub struct Event { /* fields omitted */ }

Defines a OpenCL Event;

Methods

impl Event
[src]

Initializes a new OpenCL even from its C type.

Returns the id as its C type.

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more