Enum freetype::outline::Curve
[−]
[src]
pub enum Curve { Line(Vector), Bezier2(Vector, Vector), Bezier3(Vector, Vector, Vector), }
Variants
Line(Vector)
Bezier2(Vector, Vector)
Bezier3(Vector, Vector, Vector)
Trait Implementations
impl Clone for Curve
[src]
fn clone(&self) -> Curve
[−]
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