Enum rustc_type_ir::IntVarValue
source · pub enum IntVarValue {
IntType(IntTy),
UintType(UintTy),
}
Variants§
Trait Implementations§
source§impl Clone for IntVarValue
impl Clone for IntVarValue
source§fn clone(&self) -> IntVarValue
fn clone(&self) -> IntVarValue
Returns a copy of the value. Read more
1.0.0 · 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 IntVarValue
impl Debug for IntVarValue
source§impl PartialEq<IntVarValue> for IntVarValue
impl PartialEq<IntVarValue> for IntVarValue
source§fn eq(&self, other: &IntVarValue) -> bool
fn eq(&self, other: &IntVarValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IntVarValue
impl Eq for IntVarValue
impl EqUnifyValue for IntVarValue
impl StructuralEq for IntVarValue
impl StructuralPartialEq for IntVarValue
Auto Trait Implementations§
impl RefUnwindSafe for IntVarValue
impl Send for IntVarValue
impl Sync for IntVarValue
impl Unpin for IntVarValue
impl UnwindSafe for IntVarValue
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
source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes
Size for each variant:
IntType
: 1 byteUintType
: 1 byte