pub struct AnimatedValue { /* private fields */ }Implementations§
Source§impl AnimatedValue
impl AnimatedValue
pub fn info(&self) -> Result<AnimatedValueInfo>
pub fn clear(&self)
pub fn set_interpolation(&self, interpolation: AnimatedValueInterpolation)
Trait Implementations§
Source§impl Clone for AnimatedValue
impl Clone for AnimatedValue
Source§fn clone(&self) -> AnimatedValue
fn clone(&self) -> AnimatedValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnimatedValue
impl RefUnwindSafe for AnimatedValue
impl !Send for AnimatedValue
impl !Sync for AnimatedValue
impl Unpin for AnimatedValue
impl UnsafeUnpin for AnimatedValue
impl UnwindSafe for AnimatedValue
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