#[repr(C)]pub enum ImageInfo {
Format = 4_368,
ElementSize = 4_369,
RowPitch = 4_370,
SlicePitch = 4_371,
Width = 4_372,
Height = 4_373,
Depth = 4_374,
ArraySize = 4_375,
Buffer = 4_376,
NumMipLevels = 4_377,
NumSamples = 4_378,
}
Variants§
Format = 4_368
ElementSize = 4_369
RowPitch = 4_370
SlicePitch = 4_371
Width = 4_372
Height = 4_373
Depth = 4_374
ArraySize = 4_375
Buffer = 4_376
NumMipLevels = 4_377
NumSamples = 4_378
Trait Implementations§
Source§impl From<&ImageInfo> for cl_image_info
impl From<&ImageInfo> for cl_image_info
Source§fn from(source_value: &ImageInfo) -> cl_image_info
fn from(source_value: &ImageInfo) -> cl_image_info
Converts to this type from the input type.
Source§impl From<ImageInfo> for cl_image_info
impl From<ImageInfo> for cl_image_info
Source§fn from(source_value: ImageInfo) -> cl_image_info
fn from(source_value: ImageInfo) -> cl_image_info
Converts to this type from the input type.
Source§impl From<u32> for ImageInfo
impl From<u32> for ImageInfo
Source§fn from(dest_value: cl_image_info) -> ImageInfo
fn from(dest_value: cl_image_info) -> ImageInfo
Converts to this type from the input type.
Source§impl PartialOrd for ImageInfo
impl PartialOrd for ImageInfo
impl Copy for ImageInfo
impl Eq for ImageInfo
impl StructuralPartialEq for ImageInfo
Auto Trait Implementations§
impl Freeze for ImageInfo
impl RefUnwindSafe for ImageInfo
impl Send for ImageInfo
impl Sync for ImageInfo
impl Unpin for ImageInfo
impl UnwindSafe for ImageInfo
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