[][src]Type Definition open_cl_low_level::event::ClEvent

type ClEvent = ObjectWrapper<cl_event>;

Methods

impl ClEvent[src]

pub fn time(&self, info: ProfilingInfo) -> Output<u64>[src]

pub fn queue_time(&self) -> Output<u64>[src]

pub fn submit_time(&self) -> Output<u64>[src]

pub fn start_time(&self) -> Output<u64>[src]

pub fn end_time(&self) -> Output<u64>[src]

pub fn profiling(&self) -> Profiling[src]

pub unsafe fn info<T: Copy>(&self, flag: EventInfo) -> Output<ClPointer<T>>[src]

pub fn reference_count(&self) -> Output<u32>[src]

pub unsafe fn cl_command_queue(&self) -> Output<cl_command_queue>[src]

pub unsafe fn command_queue(&self) -> Output<ClCommandQueue>[src]

pub unsafe fn cl_context(&self) -> Output<cl_context>[src]

pub unsafe fn context(&self) -> Output<ClContext>[src]

pub fn command_execution_status(&self) -> Output<CommandExecutionStatus>[src]

Trait Implementations

impl EventPtr for ClEvent[src]

impl<'_> EventPtr for &'_ ClEvent[src]

impl<'_> Waitlist for &'_ ClEvent[src]