Type Alias opencl3::command_queue::cl_event

source ·
pub type cl_event = *mut c_void;

Trait Implementations§

source§

impl From<Event> for cl_event

source§

fn from(value: Event) -> Self

Converts to this type from the input type.