Struct classicube_sys::ModelVertex
source ·
[−]#[repr(C)]pub struct ModelVertex {
pub X: f32,
pub Y: f32,
pub Z: f32,
pub U: cc_uint16,
pub V: cc_uint16,
}Fields
X: f32Y: f32Z: f32U: cc_uint16V: cc_uint16Trait 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 ModelVertex
impl Send for ModelVertex
impl Sync for ModelVertex
impl Unpin for ModelVertex
impl UnwindSafe for ModelVertex
Blanket Implementations
Mutably borrows from an owned value. Read more
