Struct cl_sys::cl_image_format [−][src]
#[repr(C)]pub struct cl_image_format { pub image_channel_order: cl_channel_order, pub image_channel_data_type: cl_channel_type, }
Fields
image_channel_order: cl_channel_order
image_channel_data_type: cl_channel_type
Auto Trait Implementations
impl Send for cl_image_format
impl Send for cl_image_format
impl Sync for cl_image_format
impl Sync for cl_image_format