#[repr(C)]pub struct aiMeshKey {
pub mTime: f64,
pub mValue: c_uint,
}Expand description
Binds a anim-mesh to a specific point in time.
Fields§
§mTime: f64The time of this key
mValue: c_uintIndex into the aiMesh::mAnimMeshes array of the mesh corresponding to the #aiMeshAnim hosting this key frame. The referenced anim mesh is evaluated according to the rules defined in the docs for #aiAnimMesh.
Trait Implementations§
impl Copy for aiMeshKey
impl StructuralPartialEq for aiMeshKey
Auto Trait Implementations§
impl Freeze for aiMeshKey
impl RefUnwindSafe for aiMeshKey
impl Send for aiMeshKey
impl Sync for aiMeshKey
impl Unpin for aiMeshKey
impl UnwindSafe for aiMeshKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more