pub struct ShapeRotationBuilder { /* private fields */ }Expand description
Builder for configuring shape rotation (vertex-level).
Implementations§
Auto Trait Implementations§
impl Freeze for ShapeRotationBuilder
impl RefUnwindSafe for ShapeRotationBuilder
impl Send for ShapeRotationBuilder
impl Sync for ShapeRotationBuilder
impl Unpin for ShapeRotationBuilder
impl UnsafeUnpin for ShapeRotationBuilder
impl UnwindSafe for ShapeRotationBuilder
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