Struct dae_parser::ProfileCommon [−][src]
pub struct ProfileCommon {
pub asset: Option<Box<Asset>>,
pub image: Vec<Image>,
pub new_param: Vec<NewParam>,
pub technique: Vec<TechniqueFx<CommonData>>,
pub extra: Vec<Extra>,
}
Fields
asset: Option<Box<Asset>>
image: Vec<Image>
new_param: Vec<NewParam>
technique: Vec<TechniqueFx<CommonData>>
extra: Vec<Extra>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProfileCommon
impl Send for ProfileCommon
impl Sync for ProfileCommon
impl Unpin for ProfileCommon
impl UnwindSafe for ProfileCommon
Blanket Implementations
Mutably borrows from an owned value. Read more