Struct dae_parser::ProfileGLES
source · pub struct ProfileGLES(pub Element);
Expand description
The <profile_GLES>
element and its contents are unsupported
and represented here as a raw XML element.
Tuple Fields§
§0: Element
Trait Implementations§
source§impl Clone for ProfileGLES
impl Clone for ProfileGLES
source§fn clone(&self) -> ProfileGLES
fn clone(&self) -> ProfileGLES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProfileGLES
impl Debug for ProfileGLES
source§impl From<ProfileGLES> for Profile
impl From<ProfileGLES> for Profile
source§fn from(v: ProfileGLES) -> Self
fn from(v: ProfileGLES) -> Self
Converts to this type from the input type.