Enum gltf::buffer::Source [−][src]
pub enum Source<'a> {
Bin,
Uri(&'a str),
}Describes a buffer data source.
Variants
BinBuffer data is contained in the BIN section of binary glTF.
Uri(&'a str)Buffer data is contained in an external data source.
Trait Implementations
impl<'a> Clone for Source<'a>[src]
impl<'a> Clone for Source<'a>fn clone(&self) -> Source<'a>[src]
fn clone(&self) -> Source<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for Source<'a>[src]
impl<'a> Debug for Source<'a>