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