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