Struct rustc_type_ir::FloatVarValue
source · [−]pub struct FloatVarValue(pub FloatTy);
Tuple Fields
0: FloatTy
Trait Implementations
sourceimpl Clone for FloatVarValue
impl Clone for FloatVarValue
sourcefn clone(&self) -> FloatVarValue
fn clone(&self) -> FloatVarValue
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 FloatVarValue
impl Debug for FloatVarValue
sourceimpl PartialEq<FloatVarValue> for FloatVarValue
impl PartialEq<FloatVarValue> for FloatVarValue
sourcefn eq(&self, other: &FloatVarValue) -> bool
fn eq(&self, other: &FloatVarValue) -> bool
impl Copy for FloatVarValue
impl Eq for FloatVarValue
impl EqUnifyValue for FloatVarValue
impl StructuralEq for FloatVarValue
impl StructuralPartialEq for FloatVarValue
Auto Trait Implementations
impl RefUnwindSafe for FloatVarValue
impl Send for FloatVarValue
impl Sync for FloatVarValue
impl Unpin for FloatVarValue
impl UnwindSafe for FloatVarValue
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: 1 byte