Struct dae_parser::ProfileGLSL [−][src]
pub struct ProfileGLSL(pub Element);
Expand description
The <profile_GLSL>
element and its contents are unsupported
and represented here as a raw XML element.
Tuple Fields
0: Element
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ProfileGLSL
impl Send for ProfileGLSL
impl Sync for ProfileGLSL
impl Unpin for ProfileGLSL
impl UnwindSafe for ProfileGLSL
Blanket Implementations
Mutably borrows from an owned value. Read more