Struct raylib_ffi::ModelAnimation
source · #[repr(C)]pub struct ModelAnimation {
pub boneCount: c_int,
pub frameCount: c_int,
pub bones: *mut BoneInfo,
pub framePoses: *mut *mut Transform,
}Fields§
§boneCount: c_int§frameCount: c_int§bones: *mut BoneInfo§framePoses: *mut *mut TransformTrait Implementations§
source§impl Clone for ModelAnimation
impl Clone for ModelAnimation
source§fn clone(&self) -> ModelAnimation
fn clone(&self) -> ModelAnimation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more