Struct lyon_core::path::PointData [] [src]

pub struct PointData {
    pub position: Vec2,
    pub point_type: PointType,
}

Fields

position: Vec2 point_type: PointType

Trait Implementations

impl Debug for PointData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for PointData
[src]

fn clone(&self) -> PointData

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for PointData
[src]