pub struct QuatKey {
pub time: f32,
pub value: Quat,
}Expand description
A quaternion keyframe (SQUAD interpolation).
Fields§
§time: f32§value: QuatTrait Implementations§
Auto Trait Implementations§
impl Freeze for QuatKey
impl RefUnwindSafe for QuatKey
impl Send for QuatKey
impl Sync for QuatKey
impl Unpin for QuatKey
impl UnsafeUnpin for QuatKey
impl UnwindSafe for QuatKey
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