Struct sixtyfps_corelib::graphics::PathMoveTo [−][src]
PathMoveTo describes the event of setting the cursor on the path to use as starting
point for sub-sequent events, such as LineTo
. Moving the cursor also implicitly closes
sub-paths and therefore beings a new sub-path.
Fields
x: f32
The x coordinate where the current position should be.
y: f32
The y coordinate where the current position should be.
Implementations
impl PathMoveTo
[src]
impl PathMoveTo
[src]pub const FIELD_OFFSETS: PathMoveToFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl Clone for PathMoveTo
[src]
impl Clone for PathMoveTo
[src]fn clone(&self) -> PathMoveTo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for PathMoveTo
[src]
impl Default for PathMoveTo
[src]fn default() -> PathMoveTo
[src]
impl PartialEq<PathMoveTo> for PathMoveTo
[src]
impl PartialEq<PathMoveTo> for PathMoveTo
[src]fn eq(&self, other: &PathMoveTo) -> bool
[src]
fn ne(&self, other: &PathMoveTo) -> bool
[src]
impl StructuralPartialEq for PathMoveTo
[src]
impl StructuralPartialEq for PathMoveTo
[src]impl<'__dummy_lifetime> Unpin for PathMoveTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]
impl<'__dummy_lifetime> Unpin for PathMoveTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]Auto Trait Implementations
impl RefUnwindSafe for PathMoveTo
impl RefUnwindSafe for PathMoveTo
impl Send for PathMoveTo
impl Send for PathMoveTo
impl Sync for PathMoveTo
impl Sync for PathMoveTo
impl UnwindSafe for PathMoveTo
impl UnwindSafe for PathMoveTo