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

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

A reference to a Texture.

Methods

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

The set index of the texture's TEXCOORD attribute.

Returns 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. Read more

impl<'a> AsRef<Texture<'a>> for Info<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Info<'a>

impl<'a> Sync for Info<'a>