Enum ocl::enums::ImageInfo [] [src]

pub enum ImageInfo {
    Format,
    ElementSize,
    RowPitch,
    SlicePitch,
    Width,
    Height,
    Depth,
    ArraySize,
    Buffer,
    NumMipLevels,
    NumSamples,
}

cl_image_info

Variants

Trait Implementations

impl PartialEq<ImageInfo> for ImageInfo

impl Clone for ImageInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImageInfo

Formats the value using the given formatter.

impl Copy for ImageInfo

impl FromPrimitive for ImageInfo