pub struct StrokeCommand {
pub shape: StrokeShape,
pub stroke: Stroke,
pub paint: Paint,
}Fields§
§shape: StrokeShape§stroke: Stroke§paint: PaintTrait Implementations§
Source§impl Clone for StrokeCommand
impl Clone for StrokeCommand
Source§fn clone(&self) -> StrokeCommand
fn clone(&self) -> StrokeCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StrokeCommand
impl Debug for StrokeCommand
Source§impl PartialEq for StrokeCommand
impl PartialEq for StrokeCommand
impl Copy for StrokeCommand
impl StructuralPartialEq for StrokeCommand
Auto Trait Implementations§
impl Freeze for StrokeCommand
impl RefUnwindSafe for StrokeCommand
impl Send for StrokeCommand
impl Sync for StrokeCommand
impl Unpin for StrokeCommand
impl UnsafeUnpin for StrokeCommand
impl UnwindSafe for StrokeCommand
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