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

Which material library to use.

The set of objects.

Trait Implementations

impl Clone for ObjSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ObjSet
[src]

[src]

Formats the value using the given formatter.