Enum gltf::buffer::Source[][src]

pub enum Source<'a> {
    Bin,
    Uri(&'a str),
}

Describes a buffer data source.

Variants

Buffer data is contained in the BIN section of binary glTF.

Buffer data is contained in an external data source.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Source<'a>

impl<'a> Sync for Source<'a>