Enum ocl::enums::Cbool [] [src]

pub enum Cbool {
    False,
    True,
}

cl_bool

Variants

Trait Implementations

impl PartialEq<Cbool> for Cbool

impl Clone for Cbool

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cbool

Formats the value using the given formatter.

impl Copy for Cbool

impl FromPrimitive for Cbool