Struct dae_parser::Vertices [−][src]
pub struct Vertices {
pub id: String,
pub name: Option<String>,
pub input: Vec<Input>,
pub extra: Vec<Extra>,
}
Fields
id: String
name: Option<String>
input: Vec<Input>
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vertices
impl UnwindSafe for Vertices
Blanket Implementations
Mutably borrows from an owned value. Read more