Enum ocl::core::ImageInfoResult [] [src]

pub enum ImageInfoResult {
    TemporaryPlaceholderVariant(Vec<u8>),
    Format(TemporaryPlaceholderType),
    ElementSize(TemporaryPlaceholderType),
    RowPitch(TemporaryPlaceholderType),
    SlicePitch(TemporaryPlaceholderType),
    Width(TemporaryPlaceholderType),
    Height(TemporaryPlaceholderType),
    Depth(TemporaryPlaceholderType),
    ArraySize(TemporaryPlaceholderType),
    Buffer(TemporaryPlaceholderType),
    NumMipLevels(TemporaryPlaceholderType),
    NumSamples(TemporaryPlaceholderType),
    Error(Box<OclError>),
}

[UNSTABLE][INCOMPLETE] An image info result.

Variants

TemporaryPlaceholderVariant(Vec<u8>)Format(TemporaryPlaceholderType)ElementSize(TemporaryPlaceholderType)RowPitch(TemporaryPlaceholderType)SlicePitch(TemporaryPlaceholderType)Width(TemporaryPlaceholderType)Height(TemporaryPlaceholderType)Depth(TemporaryPlaceholderType)ArraySize(TemporaryPlaceholderType)Buffer(TemporaryPlaceholderType)NumMipLevels(TemporaryPlaceholderType)NumSamples(TemporaryPlaceholderType)Error(Box<OclError>)

Methods

impl ImageInfoResult
[src]

fn to_string(&self) -> String

Trait Implementations

impl Debug for ImageInfoResult
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for ImageInfoResult
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.