Enum cranelift_codegen::ir::instructions::ResolvedConstraint [−][src]
pub enum ResolvedConstraint { Bound(Type), Free(ValueTypeSet), }
The type constraint on a value argument once the controlling type variable is known.
Variants
Bound(Type)
The operand is bound to a known type.
Free(ValueTypeSet)
The operand type can vary freely within the given set.
Trait Implementations
impl Clone for ResolvedConstraint
[src]
impl Clone for ResolvedConstraint
[src]fn clone(&self) -> ResolvedConstraint
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ResolvedConstraint> for ResolvedConstraint
[src]
impl PartialEq<ResolvedConstraint> for ResolvedConstraint
[src]