Struct gltf::Image[][src]

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

Image data used to create a texture.

Methods

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

Returns the internal JSON index.

Optional user-defined name for this object.

Returns the image data source.

Optional application specific data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Image<'a>

impl<'a> Sync for Image<'a>