Struct dae_parser::Effect [−][src]
pub struct Effect {
pub id: String,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub annotate: Vec<Annotate>,
pub image: Vec<Image>,
pub new_param: Vec<NewParam>,
pub profile: Vec<Profile>,
pub extra: Vec<Extra>,
}Fields
id: Stringname: Option<String>asset: Option<Box<Asset>>annotate: Vec<Annotate>image: Vec<Image>new_param: Vec<NewParam>profile: Vec<Profile>extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Effect
impl UnwindSafe for Effect
Blanket Implementations
Mutably borrows from an owned value. Read more