Struct dae_parser::Annotate [−][src]
Expand description
Adds a strongly typed annotation remark to the parent object.
Fields
name: String
The text string name of this element that represents the SYMBOL
in an object of
the form SYMBOL = VALUE
.
value: AnnotType
A strongly typed value that represents the VALUE in an object of the form SYMBOL = VALUE. Consists of a COLLADA type element that contains a value of that type.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Annotate
impl UnwindSafe for Annotate
Blanket Implementations
Mutably borrows from an owned value. Read more