Struct lyon_tessellation::Edge[][src]

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

Fields

Methods

impl Edge
[src]

Trait Implementations

impl Copy for Edge
[src]

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

Auto Trait Implementations

impl Send for Edge

impl Sync for Edge