Struct dae_parser::TaperedCapsule [−][src]
pub struct TaperedCapsule {
pub height: f32,
pub radius1: f32,
pub radius2: f32,
pub extra: Vec<Extra>,
}Fields
height: f32radius1: f32radius2: f32extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TaperedCapsule
impl Send for TaperedCapsule
impl Sync for TaperedCapsule
impl Unpin for TaperedCapsule
impl UnwindSafe for TaperedCapsule
Blanket Implementations
Mutably borrows from an owned value. Read more