Struct lyon_tessellation::StrokeVertex [] [src]

pub struct StrokeVertex {
    pub position: Point,
    pub normal: Vec2,
    pub side: Side,
}

Fields

Trait Implementations

impl Copy for StrokeVertex
[src]

impl Clone for StrokeVertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StrokeVertex
[src]

Formats the value using the given formatter.

impl PartialEq for StrokeVertex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.