Enum ocl::enums::Polling
[−]
[src]
pub enum Polling {
Blocking,
NonBlocking,
}cl_bool: Polling
Variants
BlockingNonBlockingTrait Implementations
impl PartialEq<Polling> for Polling
impl Clone for Polling
fn clone(&self) -> Polling
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Polling
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.