Struct dae_parser::CommonData [−][src]
pub struct CommonData {
pub image_param: Vec<ImageParam>,
pub shaders: Vec<Shader>,
}
Fields
image_param: Vec<ImageParam>
shaders: Vec<Shader>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommonData
impl Send for CommonData
impl Sync for CommonData
impl Unpin for CommonData
impl UnwindSafe for CommonData
Blanket Implementations
Mutably borrows from an owned value. Read more