Enum allegro_primitives::VertexAttrStorage[][src]

#[repr(i32)]pub enum VertexAttrStorage {
    F32_1,
    F32_2,
    F32_3,
    F32_4,
    I16_2,
    U8_4,
    U16_4,
    NormalizedU8_4,
    NormalizedI16_2,
    NormalizedI16_4,
    NormalizedU16_2,
    NormalizedU16_4,
    HalfF32_2,
    HalfF32_4,
}

Variants

F32_1
F32_2
F32_3
F32_4
I16_2
U8_4
U16_4
NormalizedU8_4
NormalizedI16_2
NormalizedI16_4
NormalizedU16_2
NormalizedU16_4
HalfF32_2
HalfF32_4

Trait Implementations

impl Clone for VertexAttrStorage[src]

impl Copy for VertexAttrStorage[src]

impl Debug for VertexAttrStorage[src]

impl Eq for VertexAttrStorage[src]

impl PartialEq<VertexAttrStorage> for VertexAttrStorage[src]

impl StructuralEq for VertexAttrStorage[src]

impl StructuralPartialEq for VertexAttrStorage[src]

Auto Trait Implementations

impl RefUnwindSafe for VertexAttrStorage

impl Send for VertexAttrStorage

impl Sync for VertexAttrStorage

impl Unpin for VertexAttrStorage

impl UnwindSafe for VertexAttrStorage

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.