Struct classicube_sys::CustomModelAnim
source ·
[−]#[repr(C)]pub struct CustomModelAnim {
pub type_: cc_uint8,
pub axis: cc_uint8,
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
}Fields
type_: cc_uint8axis: cc_uint8a: f32b: f32c: f32d: 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 CustomModelAnim
impl Send for CustomModelAnim
impl Sync for CustomModelAnim
impl Unpin for CustomModelAnim
impl UnwindSafe for CustomModelAnim
Blanket Implementations
Mutably borrows from an owned value. Read more
