Struct dae_parser::Attachment [−][src]
pub struct Attachment {
pub rigid_body: Url,
pub transform: Vec<RigidTransform>,
pub extra: Vec<Extra>,
}
Fields
rigid_body: Url
transform: Vec<RigidTransform>
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
Blanket Implementations
Mutably borrows from an owned value. Read more