#[repr(C)]pub struct AiQuatKey {
pub time: c_double,
pub value: AiQuaternion,
}
Fields§
§time: c_double
§value: AiQuaternion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiQuatKey
impl RefUnwindSafe for AiQuatKey
impl Send for AiQuatKey
impl Sync for AiQuatKey
impl Unpin for AiQuatKey
impl UnwindSafe for AiQuatKey
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