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

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

unsafe fn as_ptr_ref(&'e self) -> &'e cl_event

Loading content...

Implementations on Foreign Types

impl<'e> ClEventPtrRef<'e> for &'e cl_event[src]

impl<'e, L> ClEventPtrRef<'e> for &'e L where
    L: ClEventPtrRef<'e>, 
[src]

Loading content...

Implementors

impl<'e> ClEventPtrRef<'e> for Event[src]

impl<'e> ClEventPtrRef<'e> for EventRefWrapper[src]

Loading content...