Trait ocl_core::types::abs::ClEventRef [] [src]

pub trait ClEventRef<'e> {
    unsafe fn as_ptr_ref(&'e self) -> &'e cl_event;
}

Types with a reference to a raw event pointer.

Using references just to be extra paranoid about copying raw pointers.

Required Methods

Implementors