pub struct ScaleBuilder { /* private fields */ }Expand description
Builder for an animation that scales an object
Implementations§
Trait Implementations§
Source§impl From<ScaleBuilder> for AnimOP
impl From<ScaleBuilder> for AnimOP
Source§fn from(b: ScaleBuilder) -> Self
fn from(b: ScaleBuilder) -> Self
Converts to this type from the input type.
Source§impl IntoAnimOp for ScaleBuilder
impl IntoAnimOp for ScaleBuilder
fn into_anim_op(self) -> AnimOP
Auto Trait Implementations§
impl Freeze for ScaleBuilder
impl RefUnwindSafe for ScaleBuilder
impl Send for ScaleBuilder
impl Sync for ScaleBuilder
impl Unpin for ScaleBuilder
impl UnsafeUnpin for ScaleBuilder
impl UnwindSafe for ScaleBuilder
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