#[repr(C)]pub struct aiVectorKey {
pub mTime: f64,
pub mValue: aiVector3D,
pub mInterpolation: aiAnimInterpolation,
}Fields§
§mTime: f64§mValue: aiVector3D§mInterpolation: aiAnimInterpolationTrait Implementations§
Source§impl Clone for aiVectorKey
impl Clone for aiVectorKey
Source§fn clone(&self) -> aiVectorKey
fn clone(&self) -> aiVectorKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for aiVectorKey
Source§impl Debug for aiVectorKey
impl Debug for aiVectorKey
Source§impl PartialEq for aiVectorKey
impl PartialEq for aiVectorKey
Source§fn eq(&self, other: &aiVectorKey) -> bool
fn eq(&self, other: &aiVectorKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for aiVectorKey
Auto Trait Implementations§
impl Freeze for aiVectorKey
impl RefUnwindSafe for aiVectorKey
impl Send for aiVectorKey
impl Sync for aiVectorKey
impl Unpin for aiVectorKey
impl UnsafeUnpin for aiVectorKey
impl UnwindSafe for aiVectorKey
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