Struct motion_lib::mlist::FlagsDiff

source ·
pub struct FlagsDiff {
Show 14 fields pub turn: <bool as Diff>::Repr, pub loop: <bool as Diff>::Repr, pub move: <bool as Diff>::Repr, pub fix_trans: <bool as Diff>::Repr, pub fix_rot: <bool as Diff>::Repr, pub fix_scale: <bool as Diff>::Repr, pub unk_40: <bool as Diff>::Repr, pub unk_80: <bool as Diff>::Repr, pub unk_100: <bool as Diff>::Repr, pub unk_200: <bool as Diff>::Repr, pub unk_400: <bool as Diff>::Repr, pub unk_800: <bool as Diff>::Repr, pub unk_1000: <bool as Diff>::Repr, pub unk_2000: <bool as Diff>::Repr,
}

Fields

turn: <bool as Diff>::Reprloop: <bool as Diff>::Reprmove: <bool as Diff>::Reprfix_trans: <bool as Diff>::Reprfix_rot: <bool as Diff>::Reprfix_scale: <bool as Diff>::Reprunk_40: <bool as Diff>::Reprunk_80: <bool as Diff>::Reprunk_100: <bool as Diff>::Reprunk_200: <bool as Diff>::Reprunk_400: <bool as Diff>::Reprunk_800: <bool as Diff>::Reprunk_1000: <bool as Diff>::Reprunk_2000: <bool as Diff>::Repr

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.