[−][src]Struct rendy_mesh::PosColor
Vertex format with position and RGBA8 color attributes.
Fields
position: Position
Position of the vertex in 3D space.
color: Color
RGBA color value of the vertex.
Trait Implementations
impl AsVertex for PosColor
[src][+]
impl Clone for PosColor
[src][+]
impl Copy for PosColor
[src]
impl Debug for PosColor
[src][+]
impl PartialEq<PosColor> for PosColor
[src][+]
impl PartialOrd<PosColor> for PosColor
[src][+]
impl StructuralPartialEq for PosColor
[src]
Auto Trait Implementations
impl RefUnwindSafe for PosColor
impl Send for PosColor
impl Sync for PosColor
impl Unpin for PosColor
impl UnwindSafe for PosColor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> AsVertex for T where
T: AsAttribute,
[src][+]
T: AsAttribute,
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>,