Struct ringraphics::path::Path2D[][src]

pub struct Path2D<U, T> { /* fields omitted */ }

Methods

impl<U, T> Path2D<U, T> where
    U: Real + NumCast,
    T: FloatVec<U> + Copy
[src]

Trait Implementations

impl<U: Clone, T: Clone> Clone for Path2D<U, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<U, T> Send for Path2D<U, T> where
    T: Send,
    U: Send

impl<U, T> Sync for Path2D<U, T> where
    T: Sync,
    U: Sync