#[repr(C)]pub struct AiMeshMorphAnim {
pub name: AiString,
pub num_keys: c_uint,
pub keys: *mut AiMeshMorphKey,
}
Fields§
§name: AiString
§num_keys: c_uint
§keys: *mut AiMeshMorphKey
Auto Trait Implementations§
impl Freeze for AiMeshMorphAnim
impl RefUnwindSafe for AiMeshMorphAnim
impl !Send for AiMeshMorphAnim
impl !Sync for AiMeshMorphAnim
impl Unpin for AiMeshMorphAnim
impl UnwindSafe for AiMeshMorphAnim
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