Struct clipper_sys::Polygon [−][src]
#[repr(C)]pub struct Polygon { pub paths: *mut Path, pub paths_count: size_t, pub type_: PolyType, }
Fields
paths: *mut Pathpaths_count: size_ttype_: PolyTypeImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Polygonimpl UnwindSafe for PolygonBlanket Implementations
Mutably borrows from an owned value. Read more