Struct lyon::tessellation::Edge[][src]

pub struct Edge {
    pub upper: TypedPoint2D<Fp32<_16>, UnknownUnit>,
    pub lower: TypedPoint2D<Fp32<_16>, UnknownUnit>,
}

Fields

Methods

impl Edge
[src]

Trait Implementations

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Edge
[src]

Formats the value using the given formatter. Read more

impl Copy for Edge
[src]

Auto Trait Implementations

impl Send for Edge

impl Sync for Edge