Enum makepad_vector::path::LinePathCommand
source · [−]Expand description
A command in a line path
Variants
MoveTo(Point)
LineTo(Point)
Close
Trait Implementations
sourceimpl Clone for LinePathCommand
impl Clone for LinePathCommand
sourcefn clone(&self) -> LinePathCommand
fn clone(&self) -> LinePathCommand
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LinePathCommand
impl Debug for LinePathCommand
sourceimpl ExtendFromInternalIterator<LinePathCommand> for LinePath
impl ExtendFromInternalIterator<LinePathCommand> for LinePath
sourcefn extend_from_internal_iter<I>(&mut self, internal_iter: I)where
I: IntoInternalIterator<Item = LinePathCommand>,
fn extend_from_internal_iter<I>(&mut self, internal_iter: I)where
I: IntoInternalIterator<Item = LinePathCommand>,
Extends
self
with each item of internal_iter
.sourceimpl FromInternalIterator<LinePathCommand> for LinePath
impl FromInternalIterator<LinePathCommand> for LinePath
sourcefn from_internal_iter<I>(internal_iter: I) -> Selfwhere
I: IntoInternalIterator<Item = LinePathCommand>,
fn from_internal_iter<I>(internal_iter: I) -> Selfwhere
I: IntoInternalIterator<Item = LinePathCommand>,
Creates
Self
from an internal iterator. Read moresourceimpl PartialEq<LinePathCommand> for LinePathCommand
impl PartialEq<LinePathCommand> for LinePathCommand
sourcefn eq(&self, other: &LinePathCommand) -> bool
fn eq(&self, other: &LinePathCommand) -> bool
sourceimpl Transform for LinePathCommand
impl Transform for LinePathCommand
fn transform<T>(self, t: &T) -> LinePathCommandwhere
T: Transformation,
fn transform_mut<T>(&mut self, t: &T)where
T: Transformation,
impl Copy for LinePathCommand
impl StructuralPartialEq for LinePathCommand
Auto Trait Implementations
impl RefUnwindSafe for LinePathCommand
impl Send for LinePathCommand
impl Sync for LinePathCommand
impl Unpin for LinePathCommand
impl UnwindSafe for LinePathCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more