pub enum TrailEffectsColumn {
Show 26 variants
TrailId,
TextureName,
Blendmode,
Cardlifetime,
Colorlifetime,
MinTailFade,
TailFade,
MaxParticles,
BirthDelay,
DeathDelay,
Bone1,
Bone2,
TexLength,
TexWidth,
StartColorR,
StartColorG,
StartColorB,
StartColorA,
MiddleColorR,
MiddleColorG,
MiddleColorB,
MiddleColorA,
EndColorR,
EndColorG,
EndColorB,
EndColorA,
}
Expand description
Columns in table TrailEffects
See also: [`TrailEffects.html>
Variants§
TrailId
Index of column trailID
TextureName
Index of column textureName
Blendmode
Index of column blendmode
Cardlifetime
Index of column cardlifetime
Colorlifetime
Index of column colorlifetime
MinTailFade
Index of column minTailFade
TailFade
Index of column tailFade
MaxParticles
Index of column max_particles
BirthDelay
Index of column birthDelay
DeathDelay
Index of column deathDelay
Bone1
Index of column bone1
Bone2
Index of column bone2
TexLength
Index of column texLength
TexWidth
Index of column texWidth
StartColorR
Index of column startColorR
StartColorG
Index of column startColorG
StartColorB
Index of column startColorB
StartColorA
Index of column startColorA
MiddleColorR
Index of column middleColorR
MiddleColorG
Index of column middleColorG
MiddleColorB
Index of column middleColorB
MiddleColorA
Index of column middleColorA
EndColorR
Index of column endColorR
EndColorG
Index of column endColorG
EndColorB
Index of column endColorB
EndColorA
Index of column endColorA
Trait Implementations§
source§impl Clone for TrailEffectsColumn
impl Clone for TrailEffectsColumn
source§fn clone(&self) -> TrailEffectsColumn
fn clone(&self) -> TrailEffectsColumn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TrailEffectsColumn
impl Debug for TrailEffectsColumn
source§impl Hash for TrailEffectsColumn
impl Hash for TrailEffectsColumn
source§impl Ord for TrailEffectsColumn
impl Ord for TrailEffectsColumn
source§fn cmp(&self, other: &TrailEffectsColumn) -> Ordering
fn cmp(&self, other: &TrailEffectsColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TrailEffectsColumn> for TrailEffectsColumn
impl PartialEq<TrailEffectsColumn> for TrailEffectsColumn
source§fn eq(&self, other: &TrailEffectsColumn) -> bool
fn eq(&self, other: &TrailEffectsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TrailEffectsColumn> for TrailEffectsColumn
impl PartialOrd<TrailEffectsColumn> for TrailEffectsColumn
source§fn partial_cmp(&self, other: &TrailEffectsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &TrailEffectsColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for TrailEffectsColumn
impl TypedColumn for TrailEffectsColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct