Struct cl_sys::cl_image_format

source ·
#[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_orderimage_channel_data_type: cl_channel_type

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.