Struct lyon_bezier::Line [] [src]

pub struct Line {
    pub point: Point,
    pub vector: Vec2,
}

Fields

Methods

impl Line
[src]

[src]

Trait Implementations

impl Copy for Line
[src]

impl Clone for Line
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Line
[src]

[src]

Formats the value using the given formatter.