Struct gltf::texture::Info
[−]
[src]
pub struct Info<'a> { /* fields omitted */ }A reference to a Texture.
Methods
impl<'a> Info<'a>[src]
pub fn tex_coord(&self) -> u32[src]
The set index of the texture's TEXCOORD attribute.
pub fn texture(&self) -> Texture<'a>[src]
Returns the referenced Texture.
pub fn extras(&self) -> &Extras[src]
Optional application specific data.
Trait Implementations
impl<'a> Clone for Info<'a>[src]
fn clone(&self) -> Info<'a>[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
impl<'a> Debug for Info<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more