Enum paradox_typed_db::columns::MotionFxColumn
source · pub enum MotionFxColumn {
Id,
TypeId,
SlamVelocity,
AddVelocity,
Duration,
DestGroupName,
StartScale,
EndScale,
Velocity,
Distance,
}
Expand description
Columns in table MotionFX
See also: [`MotionFX.html>
Variants§
Id
Index of column id
TypeId
Index of column typeID
SlamVelocity
Index of column slamVelocity
AddVelocity
Index of column addVelocity
Duration
Index of column duration
DestGroupName
Index of column destGroupName
StartScale
Index of column startScale
EndScale
Index of column endScale
Velocity
Index of column velocity
Distance
Index of column distance
Trait Implementations§
source§impl Clone for MotionFxColumn
impl Clone for MotionFxColumn
source§fn clone(&self) -> MotionFxColumn
fn clone(&self) -> MotionFxColumn
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 MotionFxColumn
impl Debug for MotionFxColumn
source§impl Hash for MotionFxColumn
impl Hash for MotionFxColumn
source§impl Ord for MotionFxColumn
impl Ord for MotionFxColumn
source§fn cmp(&self, other: &MotionFxColumn) -> Ordering
fn cmp(&self, other: &MotionFxColumn) -> 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<MotionFxColumn> for MotionFxColumn
impl PartialEq<MotionFxColumn> for MotionFxColumn
source§fn eq(&self, other: &MotionFxColumn) -> bool
fn eq(&self, other: &MotionFxColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MotionFxColumn> for MotionFxColumn
impl PartialOrd<MotionFxColumn> for MotionFxColumn
source§fn partial_cmp(&self, other: &MotionFxColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MotionFxColumn) -> 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 MotionFxColumn
impl TypedColumn for MotionFxColumn
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