Struct urdf_rs::Texture [] [src]

pub struct Texture {
    pub filename: String,
}

Fields

Trait Implementations

impl Debug for Texture
[src]

Formats the value using the given formatter.

impl Default for Texture
[src]

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