Enum ocl_core::types::structs::ImageFormatParseError [−][src]
pub enum ImageFormatParseError { UnknownImageChannelOrder(cl_channel_order), UnknownImageChannelDataType(cl_channel_type), }
Variants
UnknownImageChannelOrder(cl_channel_order)
UnknownImageChannelDataType(cl_channel_type)
Trait Implementations
impl Debug for ImageFormatParseError
[src]
impl Debug for ImageFormatParseError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for ImageFormatParseError
[src]
impl Display for ImageFormatParseError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for ImageFormatParseError
[src]
impl Error for ImageFormatParseError
Auto Trait Implementations
impl Send for ImageFormatParseError
impl Send for ImageFormatParseError
impl Sync for ImageFormatParseError
impl Sync for ImageFormatParseError