pub enum AccessoryDefaultLocColumn {
GroupId,
Description,
PosX,
PosY,
PosZ,
RotX,
RotY,
RotZ,
}
Expand description
Columns in table AccessoryDefaultLoc
See also: [`AccessoryDefaultLoc.html>
Variants§
GroupId
Index of column GroupID
Description
Index of column Description
PosX
Index of column Pos_X
PosY
Index of column Pos_Y
PosZ
Index of column Pos_Z
RotX
Index of column Rot_X
RotY
Index of column Rot_Y
RotZ
Index of column Rot_Z
Trait Implementations§
source§impl Clone for AccessoryDefaultLocColumn
impl Clone for AccessoryDefaultLocColumn
source§fn clone(&self) -> AccessoryDefaultLocColumn
fn clone(&self) -> AccessoryDefaultLocColumn
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 AccessoryDefaultLocColumn
impl Debug for AccessoryDefaultLocColumn
source§impl Hash for AccessoryDefaultLocColumn
impl Hash for AccessoryDefaultLocColumn
source§impl Ord for AccessoryDefaultLocColumn
impl Ord for AccessoryDefaultLocColumn
source§fn cmp(&self, other: &AccessoryDefaultLocColumn) -> Ordering
fn cmp(&self, other: &AccessoryDefaultLocColumn) -> 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<AccessoryDefaultLocColumn> for AccessoryDefaultLocColumn
impl PartialEq<AccessoryDefaultLocColumn> for AccessoryDefaultLocColumn
source§fn eq(&self, other: &AccessoryDefaultLocColumn) -> bool
fn eq(&self, other: &AccessoryDefaultLocColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AccessoryDefaultLocColumn> for AccessoryDefaultLocColumn
impl PartialOrd<AccessoryDefaultLocColumn> for AccessoryDefaultLocColumn
source§fn partial_cmp(&self, other: &AccessoryDefaultLocColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &AccessoryDefaultLocColumn) -> 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 AccessoryDefaultLocColumn
impl TypedColumn for AccessoryDefaultLocColumn
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