[][src]Enum wgpu_native::VertexFormat

#[repr(C)]
pub enum VertexFormat { Uchar, Uchar2, Uchar3, Uchar4, Char, Char2, Char3, Char4, UcharNorm, Uchar2Norm, Uchar3Norm, Uchar4Norm, Uchar4NormBgra, CharNorm, Char2Norm, Char3Norm, Char4Norm, Ushort, Ushort2, Ushort3, Ushort4, Short, Short2, Short3, Short4, UshortNorm, Ushort2Norm, Ushort3Norm, Ushort4Norm, ShortNorm, Short2Norm, Short3Norm, Short4Norm, Half, Half2, Half3, Half4, Float, Float2, Float3, Float4, Uint, Uint2, Uint3, Uint4, Int, Int2, Int3, Int4, }

Variants

UcharUchar2Uchar3Uchar4CharChar2Char3Char4UcharNormUchar2NormUchar3NormUchar4NormUchar4NormBgraCharNormChar2NormChar3NormChar4NormUshortUshort2Ushort3Ushort4ShortShort2Short3Short4UshortNormUshort2NormUshort3NormUshort4NormShortNormShort2NormShort3NormShort4NormHalfHalf2Half3Half4FloatFloat2Float3Float4UintUint2Uint3Uint4IntInt2Int3Int4

Trait Implementations

impl Copy for VertexFormat[src]

impl PartialEq<VertexFormat> for VertexFormat[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for VertexFormat[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for VertexFormat[src]

impl Debug for VertexFormat[src]

impl Hash for VertexFormat[src]

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

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Supports for T[src]

impl<T> Erased for T