Enum partio::ParticleAttributeType [] [src]

pub enum ParticleAttributeType {
    NONE,
    VECTOR,
    FLOAT,
    INT,
    INDEXEDSTR,
}

Variants

NONEVECTORFLOATINTINDEXEDSTR

Trait Implementations

impl Clone for ParticleAttributeType
[src]

fn clone(&self) -> ParticleAttributeType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ParticleAttributeType
[src]

impl Debug for ParticleAttributeType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.