Enum allegro_primitives::VertexAttrStorage [−][src]
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
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,