Struct opencl3::types::cl_image_desc[][src]

#[repr(C)]
pub struct cl_image_desc { pub image_type: u32, pub image_width: usize, pub image_height: usize, pub image_depth: usize, pub image_array_size: usize, pub image_row_pitch: usize, pub image_slice_pitch: usize, pub num_mip_levels: u32, pub num_samples: u32, pub mem_object: *mut c_void, }

Fields

image_type: u32image_width: usizeimage_height: usizeimage_depth: usizeimage_array_size: usizeimage_row_pitch: usizeimage_slice_pitch: usizenum_mip_levels: u32num_samples: u32mem_object: *mut c_void

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.