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