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]
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