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

Auto Trait Implementations

impl Send for cl_image_format

impl Sync for cl_image_format