Enum dae_parser::LightKind [−][src]
pub enum LightKind {
Ambient(AmbientLight),
Directional(DirectionalLight),
Point(Box<PointLight>),
Spot(Box<SpotLight>),
}Variants
Ambient(AmbientLight)Tuple Fields of Ambient
0: AmbientLightDirectional(DirectionalLight)Tuple Fields of Directional
Point(Box<PointLight>)Tuple Fields of Point
0: Box<PointLight>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LightKind
impl UnwindSafe for LightKind
Blanket Implementations
Mutably borrows from an owned value. Read more