pub struct AnimationKey {
pub time: f32,
pub strength: f32,
pub offset: Vec3,
}Fields§
§time: f32§strength: f32§offset: Vec3Trait Implementations§
Source§impl Clone for AnimationKey
impl Clone for AnimationKey
Source§fn clone(&self) -> AnimationKey
fn clone(&self) -> AnimationKey
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AnimationKey
impl RefUnwindSafe for AnimationKey
impl Send for AnimationKey
impl Sync for AnimationKey
impl Unpin for AnimationKey
impl UnsafeUnpin for AnimationKey
impl UnwindSafe for AnimationKey
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