pub struct MeshAnimation { /* private fields */ }
Expand description
Mesh animation of a specific mesh (aiMeshAnim)
Implementations§
Trait Implementations§
impl Send for MeshAnimation
impl Sync for MeshAnimation
Auto Trait Implementations§
impl Freeze for MeshAnimation
impl RefUnwindSafe for MeshAnimation
impl Unpin for MeshAnimation
impl UnwindSafe for MeshAnimation
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