#[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_typeAuto Trait Implementations§
impl Freeze for cl_image_format
impl RefUnwindSafe for cl_image_format
impl Send for cl_image_format
impl Sync for cl_image_format
impl Unpin for cl_image_format
impl UnwindSafe for cl_image_format
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more