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

pub unsafe trait ClNullEventPtr: Debug {
    fn alloc_new(&mut self) -> *mut cl_event;
unsafe fn clone_from<E: AsRef<Event>>(&mut self, ev: E); }

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

Required methods

fn alloc_new(&mut self) -> *mut cl_event

unsafe fn clone_from<E: AsRef<Event>>(&mut self, ev: E)

Loading content...

Implementations on Foreign Types

impl ClNullEventPtr for ()[src]

Loading content...

Implementors

impl<'a> ClNullEventPtr for &'a mut Event[src]

Loading content...