Struct ocl::raw::EventRaw [] [src]

pub struct EventRaw(_);

cl_event

Methods

impl EventRaw
[src]

fn new(ptr: cl_event) -> EventRaw

fn null() -> EventRaw

fn as_ptr(&self) -> cl_event

Trait Implementations

impl Debug for EventRaw
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for EventRaw
[src]

impl Clone for EventRaw
[src]

fn clone(&self) -> EventRaw

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more