Struct urdf_rs::Material [] [src]

pub struct Material {
    pub name: String,
    pub color: Color,
    pub texture: Texture,
}

Fields

Trait Implementations

impl Debug for Material
[src]

[src]

Formats the value using the given formatter.

impl Default for Material
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Material
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more