Struct gltf::texture::Info [] [src]

pub struct Info<'a> { /* fields omitted */ }

A reference to a Texture.

Methods

impl<'a> Info<'a>
[src]

Constructs a reference to a Texture.

Returns the internal JSON item.

The set index of the texture's TEXCOORD attribute.

The referenced Texture.

Optional application specific data.

Trait Implementations

impl<'a> Clone for Info<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Info<'a>
[src]

Formats the value using the given formatter.