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 Copy for ResolvedConstraint[src]
impl Copy for ResolvedConstraintimpl Clone for ResolvedConstraint[src]
impl Clone for ResolvedConstraintfn clone(&self) -> ResolvedConstraint[src]
fn clone(&self) -> ResolvedConstraintReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ResolvedConstraint[src]
impl Debug for ResolvedConstraintfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ResolvedConstraint[src]
impl PartialEq for ResolvedConstraintfn eq(&self, other: &ResolvedConstraint) -> bool[src]
fn eq(&self, other: &ResolvedConstraint) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ResolvedConstraint) -> bool[src]
fn ne(&self, other: &ResolvedConstraint) -> boolThis method tests for !=.
impl Eq for ResolvedConstraint[src]
impl Eq for ResolvedConstraintAuto Trait Implementations
impl Send for ResolvedConstraint
impl Send for ResolvedConstraintimpl Sync for ResolvedConstraint
impl Sync for ResolvedConstraint