Enum ocl::enums::Polling [] [src]

pub enum Polling {
    Blocking,
    NonBlocking,
}

cl_bool: Polling

Variants

Trait Implementations

impl PartialEq<Polling> for Polling

impl Clone for Polling

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Polling

Formats the value using the given formatter.

impl Copy for Polling

impl FromPrimitive for Polling