#[repr(C)]pub struct AiVectorKey {
pub time: c_double,
pub value: AiVector3D,
}
Fields§
§time: c_double
§value: AiVector3D
Trait Implementations§
Source§impl Clone for AiVectorKey
impl Clone for AiVectorKey
Source§fn clone(&self) -> AiVectorKey
fn clone(&self) -> AiVectorKey
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 AiVectorKey
impl Debug for AiVectorKey
impl Copy 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 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