pub struct AnimatedField {
pub field: ForceField,
pub timeline: Vec<AnimationKey>,
}Expand description
A field whose strength or center animates over time.
Fields§
§field: ForceField§timeline: Vec<AnimationKey>Implementations§
Trait Implementations§
Source§impl Clone for AnimatedField
impl Clone for AnimatedField
Source§fn clone(&self) -> AnimatedField
fn clone(&self) -> AnimatedField
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 AnimatedField
impl RefUnwindSafe for AnimatedField
impl Send for AnimatedField
impl Sync for AnimatedField
impl Unpin for AnimatedField
impl UnsafeUnpin for AnimatedField
impl UnwindSafe for AnimatedField
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