Struct dae_parser::Geom [−][src]
pub struct Geom<T> {
pub name: Option<String>,
pub material: Option<String>,
pub count: usize,
pub inputs: InputList,
pub data: T,
pub extra: Vec<Extra>,
}
Fields
name: Option<String>
material: Option<String>
count: usize
inputs: InputList
data: T
extra: Vec<Extra>
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Geom<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Geom<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more