Struct wavefront_obj::obj::ObjSet [] [src]

pub struct ObjSet {
    pub material_library: Option<String>,
    pub objects: Vec<Object>,
}

A set of objects, as listed in an .obj file.

Fields

Which material library to use.

The set of objects.

Trait Implementations

impl Clone for ObjSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjSet
[src]

Formats the value using the given formatter.

impl PartialEq for ObjSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.