pub struct MorphMeshAnimation { /* private fields */ }
Expand description
Morph mesh animation channel (aiMeshMorphAnim)
Implementations§
Trait Implementations§
impl Send for MorphMeshAnimation
impl Sync for MorphMeshAnimation
Auto Trait Implementations§
impl Freeze for MorphMeshAnimation
impl RefUnwindSafe for MorphMeshAnimation
impl Unpin for MorphMeshAnimation
impl UnwindSafe for MorphMeshAnimation
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