Struct dae_parser::ForceField [−][src]
pub struct ForceField {
pub id: Option<String>,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub technique: Vec<Technique>,
pub extra: Vec<Extra>,
}
Fields
id: Option<String>
name: Option<String>
asset: Option<Box<Asset>>
technique: Vec<Technique>
extra: Vec<Extra>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ForceField
impl Send for ForceField
impl Sync for ForceField
impl Unpin for ForceField
impl UnwindSafe for ForceField
Blanket Implementations
Mutably borrows from an owned value. Read more