Struct dae_parser::Input [−][src]
Expand description
Declares the input semantics of a data source and connects a consumer to that source.
In the COLLADA spec this is called “<input>
(unshared)”.
Fields
semantic: Semantic
The user-defined meaning of the input connection.
source: Url
The location of the data source.
The type referenced here depends on the semantic
:
- For
Semantic::Vertex
it references aVertices
- For most other semantics it references a
Source
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Input
impl UnwindSafe for Input
Blanket Implementations
Mutably borrows from an owned value. Read more