pub struct StrokeCtx { /* private fields */ }Expand description
A structure that is used for creating strokes.
See also stroke_with.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrokeCtx
impl RefUnwindSafe for StrokeCtx
impl Send for StrokeCtx
impl Sync for StrokeCtx
impl Unpin for StrokeCtx
impl UnsafeUnpin for StrokeCtx
impl UnwindSafe for StrokeCtx
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