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

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

Types with a reference to a raw event pointer.

Required Methods

Implementors