Struct dae_parser::Technique [−][src]
pub struct Technique {
pub element: Element,
}
Expand description
Declares the information used to process some portion of the content.
Each technique conforms to an associated profile.
In the COLLADA spec, this element is called “<technique>
(core)”.
Fields
element: Element
The <technique>
element can contain any well-formed XML data.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Technique
impl UnwindSafe for Technique
Blanket Implementations
Mutably borrows from an owned value. Read more