Struct classicube_sys::CustomModelPartDef
source ·
[−]#[repr(C)]pub struct CustomModelPartDef {
pub min: Vec3,
pub max: Vec3,
pub u1: [cc_uint16; 6],
pub v1: [cc_uint16; 6],
pub u2: [cc_uint16; 6],
pub v2: [cc_uint16; 6],
pub rotationOrigin: Vec3,
pub flags: cc_uint8,
}Fields
min: Vec3max: Vec3u1: [cc_uint16; 6]v1: [cc_uint16; 6]u2: [cc_uint16; 6]v2: [cc_uint16; 6]rotationOrigin: Vec3flags: cc_uint8Trait 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 CustomModelPartDef
impl Send for CustomModelPartDef
impl Sync for CustomModelPartDef
impl Unpin for CustomModelPartDef
impl UnwindSafe for CustomModelPartDef
Blanket Implementations
Mutably borrows from an owned value. Read more
