Struct classicube_sys::ModelPart
source ·
[−]#[repr(C)]pub struct ModelPart {
pub offset: cc_uint16,
pub count: cc_uint16,
pub rotX: f32,
pub rotY: f32,
pub rotZ: f32,
}Fields
offset: cc_uint16count: cc_uint16rotX: f32rotY: f32rotZ: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModelPart
impl UnwindSafe for ModelPart
Blanket Implementations
Mutably borrows from an owned value. Read more
