Enum ocl::enums::Cbool
[−]
[src]
pub enum Cbool {
False,
True,
}cl_bool
Variants
FalseTrueTrait Implementations
impl PartialEq<Cbool> for Cbool
impl Clone for Cbool
fn clone(&self) -> Cbool
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 Cbool
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.