Struct dae_parser::VisualScene [−][src]
pub struct VisualScene {
pub id: Option<String>,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub nodes: Vec<Node>,
pub extra: Vec<Extra>,
}Fields
id: Option<String>name: Option<String>asset: Option<Box<Asset>>nodes: Vec<Node>extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VisualScene
impl Send for VisualScene
impl Sync for VisualScene
impl Unpin for VisualScene
impl UnwindSafe for VisualScene
Blanket Implementations
Mutably borrows from an owned value. Read more