Enum partio::ParticleAttributeType
[−]
[src]
pub enum ParticleAttributeType { NONE, VECTOR, FLOAT, INT, INDEXEDSTR, }
Variants
NONE
VECTOR
FLOAT
INT
INDEXEDSTR
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