pub struct VectorKey {
pub time: f64,
pub value: Vector3D,
}Fields§
§time: f64§value: Vector3DTrait Implementations§
Source§impl From<&aiVectorKey> for VectorKey
impl From<&aiVectorKey> for VectorKey
Source§fn from(vec: &aiVectorKey) -> Self
fn from(vec: &aiVectorKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VectorKey
impl RefUnwindSafe for VectorKey
impl Send for VectorKey
impl Sync for VectorKey
impl Unpin for VectorKey
impl UnsafeUnpin for VectorKey
impl UnwindSafe for VectorKey
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