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