Struct obj::Object
[−]
[src]
pub struct Object<MTL, P: GenPolygon> { pub name: String, // some fields omitted }
Fields
name: String
Methods
impl<MTL, P: GenPolygon> Object<MTL, P>
[src]
Trait Implementations
impl<MTL: Debug, P: Debug + GenPolygon> Debug for Object<MTL, P>
[src]
impl<MTL: Clone, P: Clone + GenPolygon> Clone for Object<MTL, P>
[src]
fn clone(&self) -> Object<MTL, P>
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