Struct classicube_sys::VertexTextured
source ·
[−]#[repr(C)]pub struct VertexTextured {
pub X: f32,
pub Y: f32,
pub Z: f32,
pub Col: PackedCol,
pub U: f32,
pub V: f32,
}Fields
X: f32Y: f32Z: f32Col: PackedColU: f32V: f32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VertexTextured
impl Send for VertexTextured
impl Sync for VertexTextured
impl Unpin for VertexTextured
impl UnwindSafe for VertexTextured
Blanket Implementations
Mutably borrows from an owned value. Read more
