Struct dae_parser::geom::VertexImporter [−][src]
pub struct VertexImporter<'a> { /* fields omitted */ }Expand description
Implementations
Get the importer for position data.
Get the importer for normal data.
Get the importer for texture coordinate data.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for VertexImporter<'a>
impl<'a> Send for VertexImporter<'a>
impl<'a> Sync for VertexImporter<'a>
impl<'a> Unpin for VertexImporter<'a>
impl<'a> UnwindSafe for VertexImporter<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more