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. Read more

impl Display for ImageFormatParseError
[src]

Formats the value using the given formatter. Read more

impl Error for ImageFormatParseError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ImageFormatParseError

impl Sync for ImageFormatParseError