CUarray_format_enum

Enum CUarray_format_enum 

Source
#[repr(u32)]
pub enum CUarray_format_enum {
Show 52 variants CU_AD_FORMAT_UNSIGNED_INT8 = 1, CU_AD_FORMAT_UNSIGNED_INT16 = 2, CU_AD_FORMAT_UNSIGNED_INT32 = 3, CU_AD_FORMAT_SIGNED_INT8 = 8, CU_AD_FORMAT_SIGNED_INT16 = 9, CU_AD_FORMAT_SIGNED_INT32 = 10, CU_AD_FORMAT_HALF = 16, CU_AD_FORMAT_FLOAT = 32, CU_AD_FORMAT_NV12 = 176, CU_AD_FORMAT_UNORM_INT8X1 = 192, CU_AD_FORMAT_UNORM_INT8X2 = 193, CU_AD_FORMAT_UNORM_INT8X4 = 194, CU_AD_FORMAT_UNORM_INT16X1 = 195, CU_AD_FORMAT_UNORM_INT16X2 = 196, CU_AD_FORMAT_UNORM_INT16X4 = 197, CU_AD_FORMAT_SNORM_INT8X1 = 198, CU_AD_FORMAT_SNORM_INT8X2 = 199, CU_AD_FORMAT_SNORM_INT8X4 = 200, CU_AD_FORMAT_SNORM_INT16X1 = 201, CU_AD_FORMAT_SNORM_INT16X2 = 202, CU_AD_FORMAT_SNORM_INT16X4 = 203, CU_AD_FORMAT_BC1_UNORM = 145, CU_AD_FORMAT_BC1_UNORM_SRGB = 146, CU_AD_FORMAT_BC2_UNORM = 147, CU_AD_FORMAT_BC2_UNORM_SRGB = 148, CU_AD_FORMAT_BC3_UNORM = 149, CU_AD_FORMAT_BC3_UNORM_SRGB = 150, CU_AD_FORMAT_BC4_UNORM = 151, CU_AD_FORMAT_BC4_SNORM = 152, CU_AD_FORMAT_BC5_UNORM = 153, CU_AD_FORMAT_BC5_SNORM = 154, CU_AD_FORMAT_BC6H_UF16 = 155, CU_AD_FORMAT_BC6H_SF16 = 156, CU_AD_FORMAT_BC7_UNORM = 157, CU_AD_FORMAT_BC7_UNORM_SRGB = 158, CU_AD_FORMAT_P010 = 159, CU_AD_FORMAT_P016 = 161, CU_AD_FORMAT_NV16 = 162, CU_AD_FORMAT_P210 = 163, CU_AD_FORMAT_P216 = 164, CU_AD_FORMAT_YUY2 = 165, CU_AD_FORMAT_Y210 = 166, CU_AD_FORMAT_Y216 = 167, CU_AD_FORMAT_AYUV = 168, CU_AD_FORMAT_Y410 = 169, CU_AD_FORMAT_Y416 = 177, CU_AD_FORMAT_Y444_PLANAR8 = 178, CU_AD_FORMAT_Y444_PLANAR10 = 179, CU_AD_FORMAT_YUV444_8bit_SemiPlanar = 180, CU_AD_FORMAT_YUV444_16bit_SemiPlanar = 181, CU_AD_FORMAT_UNORM_INT_101010_2 = 80, CU_AD_FORMAT_MAX = 2_147_483_647,
}

Variants§

§

CU_AD_FORMAT_UNSIGNED_INT8 = 1

§

CU_AD_FORMAT_UNSIGNED_INT16 = 2

§

CU_AD_FORMAT_UNSIGNED_INT32 = 3

§

CU_AD_FORMAT_SIGNED_INT8 = 8

§

CU_AD_FORMAT_SIGNED_INT16 = 9

§

CU_AD_FORMAT_SIGNED_INT32 = 10

§

CU_AD_FORMAT_HALF = 16

§

CU_AD_FORMAT_FLOAT = 32

§

CU_AD_FORMAT_NV12 = 176

§

CU_AD_FORMAT_UNORM_INT8X1 = 192

§

CU_AD_FORMAT_UNORM_INT8X2 = 193

§

CU_AD_FORMAT_UNORM_INT8X4 = 194

§

CU_AD_FORMAT_UNORM_INT16X1 = 195

§

CU_AD_FORMAT_UNORM_INT16X2 = 196

§

CU_AD_FORMAT_UNORM_INT16X4 = 197

§

CU_AD_FORMAT_SNORM_INT8X1 = 198

§

CU_AD_FORMAT_SNORM_INT8X2 = 199

§

CU_AD_FORMAT_SNORM_INT8X4 = 200

§

CU_AD_FORMAT_SNORM_INT16X1 = 201

§

CU_AD_FORMAT_SNORM_INT16X2 = 202

§

CU_AD_FORMAT_SNORM_INT16X4 = 203

§

CU_AD_FORMAT_BC1_UNORM = 145

§

CU_AD_FORMAT_BC1_UNORM_SRGB = 146

§

CU_AD_FORMAT_BC2_UNORM = 147

§

CU_AD_FORMAT_BC2_UNORM_SRGB = 148

§

CU_AD_FORMAT_BC3_UNORM = 149

§

CU_AD_FORMAT_BC3_UNORM_SRGB = 150

§

CU_AD_FORMAT_BC4_UNORM = 151

§

CU_AD_FORMAT_BC4_SNORM = 152

§

CU_AD_FORMAT_BC5_UNORM = 153

§

CU_AD_FORMAT_BC5_SNORM = 154

§

CU_AD_FORMAT_BC6H_UF16 = 155

§

CU_AD_FORMAT_BC6H_SF16 = 156

§

CU_AD_FORMAT_BC7_UNORM = 157

§

CU_AD_FORMAT_BC7_UNORM_SRGB = 158

§

CU_AD_FORMAT_P010 = 159

§

CU_AD_FORMAT_P016 = 161

§

CU_AD_FORMAT_NV16 = 162

§

CU_AD_FORMAT_P210 = 163

§

CU_AD_FORMAT_P216 = 164

§

CU_AD_FORMAT_YUY2 = 165

§

CU_AD_FORMAT_Y210 = 166

§

CU_AD_FORMAT_Y216 = 167

§

CU_AD_FORMAT_AYUV = 168

§

CU_AD_FORMAT_Y410 = 169

§

CU_AD_FORMAT_Y416 = 177

§

CU_AD_FORMAT_Y444_PLANAR8 = 178

§

CU_AD_FORMAT_Y444_PLANAR10 = 179

§

CU_AD_FORMAT_YUV444_8bit_SemiPlanar = 180

§

CU_AD_FORMAT_YUV444_16bit_SemiPlanar = 181

§

CU_AD_FORMAT_UNORM_INT_101010_2 = 80

§

CU_AD_FORMAT_MAX = 2_147_483_647

Trait Implementations§

Source§

impl Clone for CUarray_format_enum

Source§

fn clone(&self) -> CUarray_format_enum

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CUarray_format_enum

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for CUarray_format_enum

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for CUarray_format_enum

Source§

fn cmp(&self, other: &CUarray_format_enum) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for CUarray_format_enum

Source§

fn eq(&self, other: &CUarray_format_enum) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for CUarray_format_enum

Source§

fn partial_cmp(&self, other: &CUarray_format_enum) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for CUarray_format_enum

Source§

impl Eq for CUarray_format_enum

Source§

impl StructuralPartialEq for CUarray_format_enum

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V