Struct collada::ObjSet
[−]
[src]
pub struct ObjSet {
pub material_library: Option<String>,
pub objects: Vec<Object>,
}A set of objects from the Collada document
Fields
material_library: Option<String>
Which material library to use.
objects: Vec<Object>
The set of objects.
Trait Implementations
impl Clone for ObjSet[src]
fn clone(&self) -> ObjSet[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more