Struct obj::Object [] [src]

pub struct Object<MTL, P: GenPolygon> {
    pub name: String,
    // some fields omitted
}

Fields

Methods

impl<MTL, P: GenPolygon> Object<MTL, P>
[src]

Trait Implementations

impl<MTL: Debug, P: Debug + GenPolygon> Debug for Object<MTL, P>
[src]

Formats the value using the given formatter.

impl<MTL: Clone, P: Clone + GenPolygon> Clone for Object<MTL, P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more