pub struct StrokeBuilder(/* private fields */);
Available on crate feature
v4_14
only.Expand description
A builder-pattern type to construct a Stroke
.
Implementations§
Auto Trait Implementations§
impl Freeze for StrokeBuilder
impl RefUnwindSafe for StrokeBuilder
impl !Send for StrokeBuilder
impl !Sync for StrokeBuilder
impl Unpin for StrokeBuilder
impl UnwindSafe for StrokeBuilder
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