Struct raylib::ffi::ModelAnimation [−][src]
#[repr(C)]pub struct ModelAnimation {
pub boneCount: i32,
pub frameCount: i32,
pub bones: *mut BoneInfo,
pub framePoses: *mut *mut Transform,
}
Fields
boneCount: i32
frameCount: i32
bones: *mut BoneInfo
framePoses: *mut *mut Transform
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ModelAnimation
impl !Send for ModelAnimation
impl !Sync for ModelAnimation
impl Unpin for ModelAnimation
impl UnwindSafe for ModelAnimation
Blanket Implementations
Mutably borrows from an owned value. Read more