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 Debug for ObjSet
[src]

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

Formats the value using the given formatter.

impl Clone for ObjSet
[src]

fn clone(&self) -> ObjSet

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more