Struct dae_parser::Geometry [−][src]
pub struct Geometry {
pub id: Option<String>,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub element: GeometryElement,
pub extra: Vec<Extra>,
}
Fields
id: Option<String>
name: Option<String>
asset: Option<Box<Asset>>
element: GeometryElement
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Geometry
impl UnwindSafe for Geometry
Blanket Implementations
Mutably borrows from an owned value. Read more