Enum dae_parser::OpticsCommon [−][src]
pub enum OpticsCommon {
Orthographic(Orthographic),
Perspective(Perspective),
}
Variants
Orthographic(Orthographic)
Tuple Fields of Orthographic
0: Orthographic
Perspective(Perspective)
Tuple Fields of Perspective
0: Perspective
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpticsCommon
impl Send for OpticsCommon
impl Sync for OpticsCommon
impl Unpin for OpticsCommon
impl UnwindSafe for OpticsCommon
Blanket Implementations
Mutably borrows from an owned value. Read more