pub struct ShapePaintContainer { /* private fields */ }
Implementations§
Source§impl ShapePaintContainer
impl ShapePaintContainer
pub fn push_paint(&self, shape_paint: Object<ShapePaint>)
pub fn path_space(&self) -> PathSpace
pub fn add_default_path_space(&self, space: PathSpace)
pub fn invalidate_stroke_effects(&self)
pub fn make_command_path(&self, _space: PathSpace)
Trait Implementations§
Source§impl Debug for ShapePaintContainer
impl Debug for ShapePaintContainer
Source§impl Default for ShapePaintContainer
impl Default for ShapePaintContainer
Source§fn default() -> ShapePaintContainer
fn default() -> ShapePaintContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ShapePaintContainer
impl !RefUnwindSafe for ShapePaintContainer
impl !Send for ShapePaintContainer
impl !Sync for ShapePaintContainer
impl Unpin for ShapePaintContainer
impl !UnwindSafe for ShapePaintContainer
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