pub struct CoverageGapCode(/* private fields */);Expand description
Stable machine code for an evaluation-coverage gap.
Built-in codes are constants. Custom checks may construct their own code; embedders should namespace custom values so they cannot collide with future built-ins.
Implementations§
Source§impl CoverageGapCode
impl CoverageGapCode
Sourcepub const ROLES_UNRESOLVED: Self
pub const ROLES_UNRESOLVED: Self
Required semantic rig roles were not resolved.
Sourcepub const MEASUREMENT_UNAVAILABLE: Self
pub const MEASUREMENT_UNAVAILABLE: Self
A required numeric measurement could not be produced or did not meet its evidence floor.
Sourcepub const SKELETON_UNAVAILABLE: Self
pub const SKELETON_UNAVAILABLE: Self
Required skeleton presence work could not run because the file has no usable skeleton.
Sourcepub const NODE_SELECTOR_NO_MATCH: Self
pub const NODE_SELECTOR_NO_MATCH: Self
A configured source-node selector matched no named source node.
Sourcepub const NODE_SELECTOR_AMBIGUOUS: Self
pub const NODE_SELECTOR_AMBIGUOUS: Self
A configured source-node selector matched more than one named source node.
Sourcepub const INSUFFICIENT_MEASURABLE_MEMBERS: Self
pub const INSUFFICIENT_MEASURABLE_MEMBERS: Self
Fewer than two configured group members produced usable comparison evidence.
Sourcepub const MEMBERS_NOT_EVALUATED: Self
pub const MEMBERS_NOT_EVALUATED: Self
Some configured group members did not produce usable comparison evidence.
Sourcepub const INVALID_DECLARED_FPS: Self
pub const INVALID_DECLARED_FPS: Self
A declared frame rate was zero, negative, or non-finite.
Sourcepub const SYNC_FRAME_GRID_UNAVAILABLE: Self
pub const SYNC_FRAME_GRID_UNAVAILABLE: Self
A same-time sync-group member lacks usable declared frame-grid evidence.
Sourcepub const INSUFFICIENT_ROTATION_EVIDENCE: Self
pub const INSUFFICIENT_ROTATION_EVIDENCE: Self
Too few usable rotation tracks existed for a bind-pose comparison.
Trait Implementations§
Source§impl Clone for CoverageGapCode
impl Clone for CoverageGapCode
Source§fn clone(&self) -> CoverageGapCode
fn clone(&self) -> CoverageGapCode
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more