Enum assimp_sys::AiLightSourceType [] [src]

#[repr(C)]
pub enum AiLightSourceType { Undefined, Directional, Point, Spot, Ambient, Area, }

Variants

Trait Implementations

impl Clone for AiLightSourceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiLightSourceType
[src]

impl Debug for AiLightSourceType
[src]

Formats the value using the given formatter.

impl Eq for AiLightSourceType
[src]

impl PartialEq for AiLightSourceType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.