Struct obj::Object[][src]

pub struct Object<'a, P> where
    P: 'a + GenPolygon
{ pub name: String, pub groups: Vec<Group<'a, P>>, }

Fields

Methods

impl<'a, P> Object<'a, P> where
    P: GenPolygon
[src]

Trait Implementations

impl<'a, P: Debug> Debug for Object<'a, P> where
    P: 'a + GenPolygon
[src]

Formats the value using the given formatter. Read more

impl<'a, P: Clone> Clone for Object<'a, P> where
    P: 'a + GenPolygon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, P> Send for Object<'a, P> where
    P: Send

impl<'a, P> Sync for Object<'a, P> where
    P: Sync