Struct dae_parser::NewParam [−][src]
pub struct NewParam {
pub sid: String,
pub annotate: Vec<Annotate>,
pub semantic: Option<String>,
pub modifier: Option<String>,
pub ty: ParamType,
}
Fields
sid: String
annotate: Vec<Annotate>
semantic: Option<String>
modifier: Option<String>
ty: ParamType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewParam
impl UnwindSafe for NewParam
Blanket Implementations
Mutably borrows from an owned value. Read more