Struct urdf_rs::Texture
[−]
[src]
pub struct Texture {
pub filename: String,
}Fields
filename: String
Trait Implementations
impl Debug for Texture[src]
impl Clone for Texture[src]
fn clone(&self) -> Texture[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more