Struct gltf::buffer::Buffer [] [src]

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

A buffer points to binary data representing geometry, animations, or skins.

Methods

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

Constructs a Buffer.

Returns the internal JSON index.

Returns the internal JSON item.

The length of the buffer in bytes.

Optional application specific data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.