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