Struct cl3::error_codes::ClError[][src]

pub struct ClError(pub cl_int);
Expand description

ClError is a newtype around the OpenCL cl_int error number

Tuple Fields

0: cl_int

Trait Implementations

Formats the value using the given formatter. Read more

Implement the Display trait

Formats the value using the given formatter. Read more

Implement the From trait for &str

Performs the conversion.

Implement the From trait for String

Performs the conversion.

Implement the From trait

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.