pub enum EngineMachineResultV1 {
UnitMapping(UnitMappingResultV1),
TransformScale(TransformScaleResultV1),
InventoryCoverage(InventoryCoverageResultV1),
RootMotionRouting(RootMotionRoutingResultV1),
SourceImportDisposition(SourceImportDispositionResultV1),
ImportSettingProjection(ImportSettingProjectionResultV1),
}Expand description
Closed bounded result vocabulary shared by #481, #482, #483, and #496.
Variants§
UnitMapping(UnitMappingResultV1)
Exact source-to-target numeric unit mapping.
TransformScale(TransformScaleResultV1)
Effective affine scale classification.
InventoryCoverage(InventoryCoverageResultV1)
Explicit bounded inventory coverage.
RootMotionRouting(RootMotionRoutingResultV1)
Per-axis project/importer root-motion routing.
SourceImportDisposition(SourceImportDispositionResultV1)
Source animation/channel/extension/construct outcome.
ImportSettingProjection(ImportSettingProjectionResultV1)
Exact import-setting projection.
Trait Implementations§
Source§impl Clone for EngineMachineResultV1
impl Clone for EngineMachineResultV1
Source§fn clone(&self) -> EngineMachineResultV1
fn clone(&self) -> EngineMachineResultV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EngineMachineResultV1
impl Debug for EngineMachineResultV1
Source§impl<'de> Deserialize<'de> for EngineMachineResultV1
impl<'de> Deserialize<'de> for EngineMachineResultV1
Source§fn 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
impl Eq for EngineMachineResultV1
Source§impl PartialEq for EngineMachineResultV1
impl PartialEq for EngineMachineResultV1
Source§impl Serialize for EngineMachineResultV1
impl Serialize for EngineMachineResultV1
impl StructuralPartialEq for EngineMachineResultV1
Auto Trait Implementations§
impl Freeze for EngineMachineResultV1
impl RefUnwindSafe for EngineMachineResultV1
impl Send for EngineMachineResultV1
impl Sync for EngineMachineResultV1
impl Unpin for EngineMachineResultV1
impl UnsafeUnpin for EngineMachineResultV1
impl UnwindSafe for EngineMachineResultV1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more