Struct motion_lib::mlist::FlagsDiff
source · [−]pub struct FlagsDiff {
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,
}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>::ReprTrait Implementations
sourceimpl<'de> Deserialize<'de> for FlagsDiff
impl<'de> Deserialize<'de> for FlagsDiff
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FlagsDiff
impl Send for FlagsDiff
impl Sync for FlagsDiff
impl Unpin for FlagsDiff
impl UnwindSafe for FlagsDiff
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more