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

Types with a reference to a raw event pointer.

Required Methods

Implementations on Foreign Types

Implementors