Struct sixtyfps_corelib::graphics::PathLineTo [−][src]
PathLineTo describes the event of moving the cursor on the path to the specified location along a straight line.
Fields
x: f32
The x coordinate where the line should go to.
y: f32
The y coordinate where the line should go to.
Implementations
impl PathLineTo
[src]
impl PathLineTo
[src]pub const FIELD_OFFSETS: PathLineToFieldsOffsets
[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl Clone for PathLineTo
[src]
impl Clone for PathLineTo
[src]fn clone(&self) -> PathLineTo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for PathLineTo
[src]
impl Default for PathLineTo
[src]fn default() -> PathLineTo
[src]
impl PartialEq<PathLineTo> for PathLineTo
[src]
impl PartialEq<PathLineTo> for PathLineTo
[src]fn eq(&self, other: &PathLineTo) -> bool
[src]
fn ne(&self, other: &PathLineTo) -> bool
[src]
impl StructuralPartialEq for PathLineTo
[src]
impl StructuralPartialEq for PathLineTo
[src]impl<'__dummy_lifetime> Unpin for PathLineTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]
impl<'__dummy_lifetime> Unpin for PathLineTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
[src]Auto Trait Implementations
impl RefUnwindSafe for PathLineTo
impl RefUnwindSafe for PathLineTo
impl Send for PathLineTo
impl Send for PathLineTo
impl Sync for PathLineTo
impl Sync for PathLineTo
impl UnwindSafe for PathLineTo
impl UnwindSafe for PathLineTo