pub struct ShapePaintMutator { /* private fields */ }
Trait Implementations§
Source§impl Debug for ShapePaintMutator
impl Debug for ShapePaintMutator
Auto Trait Implementations§
impl !Freeze for ShapePaintMutator
impl !RefUnwindSafe for ShapePaintMutator
impl !Send for ShapePaintMutator
impl !Sync for ShapePaintMutator
impl Unpin for ShapePaintMutator
impl !UnwindSafe for ShapePaintMutator
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