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

pub unsafe trait ClEventPtrNew: Debug {
    fn ptr_mut_ptr_new(&mut self) -> OclResult<*mut cl_event>;
}

Types with a mutable pointer to a new, null raw event pointer.

Required Methods

Implementors