Struct dae_parser::PolygonHole [−][src]
Fields
verts: Box<[u32]>
hole: Vec<Box<[u32]>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PolygonHole
impl Send for PolygonHole
impl Sync for PolygonHole
impl Unpin for PolygonHole
impl UnwindSafe for PolygonHole
Blanket Implementations
Mutably borrows from an owned value. Read more