Struct dae_parser::Mesh [−][src]
pub struct Mesh {
pub convex: bool,
pub source: Vec<Source>,
pub vertices: Option<Vertices>,
pub elements: Vec<Primitive>,
pub extra: Vec<Extra>,
}
Fields
convex: bool
source: Vec<Source>
vertices: Option<Vertices>
elements: Vec<Primitive>
extra: Vec<Extra>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mesh
impl UnwindSafe for Mesh
Blanket Implementations
Mutably borrows from an owned value. Read more