Struct clipper_sys::Path [−][src]
#[repr(C)]pub struct Path {
pub vertices: *mut Vertice,
pub vertices_count: usize,
pub closed: c_int,
}Fields
vertices: *mut Verticevertices_count: usizeclosed: c_intImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Path
impl UnwindSafe for Path
Blanket Implementations
Mutably borrows from an owned value. Read more