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 ResolvedConstraint
impl Clone for ResolvedConstraint
[src]
impl Clone for ResolvedConstraint
fn clone(&self) -> ResolvedConstraint
[src]
fn clone(&self) -> ResolvedConstraint
Returns 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 ResolvedConstraint
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ResolvedConstraint
[src]
impl PartialEq for ResolvedConstraint
fn eq(&self, other: &ResolvedConstraint) -> bool
[src]
fn eq(&self, other: &ResolvedConstraint) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for ResolvedConstraint
[src]
impl Eq for ResolvedConstraint
Auto Trait Implementations
impl Send for ResolvedConstraint
impl Send for ResolvedConstraint
impl Sync for ResolvedConstraint
impl Sync for ResolvedConstraint