Struct lyon::tessellation::OrientedEdge[][src]

pub struct OrientedEdge {
    pub upper: TypedPoint2D<Fp32<_16>, UnknownUnit>,
    pub lower: TypedPoint2D<Fp32<_16>, UnknownUnit>,
    pub winding: i16,
}

Fields

Trait Implementations

impl Clone for OrientedEdge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrientedEdge
[src]

Formats the value using the given formatter. Read more

impl Copy for OrientedEdge
[src]

Auto Trait Implementations