Struct dae_parser::PolygonGeom [−][src]
pub struct PolygonGeom(pub Vec<PolygonHole>);
Tuple Fields
0: Vec<PolygonHole>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PolygonGeom
impl Send for PolygonGeom
impl Sync for PolygonGeom
impl Unpin for PolygonGeom
impl UnwindSafe for PolygonGeom
Blanket Implementations
Mutably borrows from an owned value. Read more