Enum rustc_type_ir::IntVarValue
source · [−]Variants
IntType(IntTy)
UintType(UintTy)
Trait Implementations
sourceimpl Clone for IntVarValue
impl Clone for IntVarValue
sourcefn clone(&self) -> IntVarValue
fn clone(&self) -> IntVarValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IntVarValue
impl Debug for IntVarValue
sourceimpl PartialEq<IntVarValue> for IntVarValue
impl PartialEq<IntVarValue> for IntVarValue
sourcefn eq(&self, other: &IntVarValue) -> bool
fn eq(&self, other: &IntVarValue) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T, R> InternIteratorElement<T, R> for T
impl<T, R> InternIteratorElement<T, R> for T
type Output = R
fn intern_with<I, F>(iter: I, f: F) -> <T as InternIteratorElement<T, R>>::Outputwhere
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
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