Enum ocl::enums::ImageInfo
[−]
[src]
pub enum ImageInfo {
Format,
ElementSize,
RowPitch,
SlicePitch,
Width,
Height,
Depth,
ArraySize,
Buffer,
NumMipLevels,
NumSamples,
}cl_image_info
Variants
FormatElementSizeRowPitchSlicePitchWidthHeightDepthArraySizeBufferNumMipLevelsNumSamplesTrait Implementations
impl PartialEq<ImageInfo> for ImageInfo
impl Clone for ImageInfo
fn clone(&self) -> ImageInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for ImageInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.