#[repr(C)]pub struct AiMeshMorphKey {
pub time: c_double,
pub values: *mut c_uint,
pub weights: *mut c_double,
pub num_values_and_weights: c_uint,
}
Fields§
§time: c_double
§values: *mut c_uint
§weights: *mut c_double
§num_values_and_weights: c_uint
Trait Implementations§
Source§impl Clone for AiMeshMorphKey
impl Clone for AiMeshMorphKey
Source§fn clone(&self) -> AiMeshMorphKey
fn clone(&self) -> AiMeshMorphKey
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AiMeshMorphKey
impl Debug for AiMeshMorphKey
impl Copy for AiMeshMorphKey
Auto Trait Implementations§
impl Freeze for AiMeshMorphKey
impl RefUnwindSafe for AiMeshMorphKey
impl !Send for AiMeshMorphKey
impl !Sync for AiMeshMorphKey
impl Unpin for AiMeshMorphKey
impl UnwindSafe for AiMeshMorphKey
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