Enum ocl_core::types::structs::ImageFormatParseError [] [src]

pub enum ImageFormatParseError {
    UnknownImageChannelOrder(cl_channel_order),
    UnknownImageChannelDataType(cl_channel_type),
}

Variants

Trait Implementations

impl Debug for ImageFormatParseError
[src]

Formats the value using the given formatter.

impl Display for ImageFormatParseError
[src]

Formats the value using the given formatter. Read more

impl Error for ImageFormatParseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more