pub struct LinearAnimationInstance { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LinearAnimationInstance
impl Clone for LinearAnimationInstance
Source§fn clone(&self) -> LinearAnimationInstance
fn clone(&self) -> LinearAnimationInstance
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 moreAuto Trait Implementations§
impl Freeze for LinearAnimationInstance
impl !RefUnwindSafe for LinearAnimationInstance
impl !Send for LinearAnimationInstance
impl !Sync for LinearAnimationInstance
impl Unpin for LinearAnimationInstance
impl !UnwindSafe for LinearAnimationInstance
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