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

Which material library to use.

objects

The set of objects.

Trait Implementations

Derived Implementations

impl Debug for ObjSet

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ObjSet

fn clone(&self) -> ObjSet

fn clone_from(&mut self, source: &Self)