Struct gltf_importer::Buffers [] [src]

pub struct Buffers(_);

Buffer data returned from import.

Methods

impl Buffers
[src]

[src]

Obtain the contents of a loaded buffer.

[src]

Obtain the contents of a loaded buffer view.

[src]

Take the loaded buffer data.

Trait Implementations

impl Clone for Buffers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Buffers
[src]

[src]

Formats the value using the given formatter.

impl Source for Buffers
[src]

[src]

Return the buffer data referenced by the given Buffer. Read more