Struct rustc_type_ir::FloatVarValue
source · pub struct FloatVarValue(pub FloatTy);
Tuple Fields§
§0: FloatTy
Trait Implementations§
source§impl Clone for FloatVarValue
impl Clone for FloatVarValue
source§fn clone(&self) -> FloatVarValue
fn clone(&self) -> FloatVarValue
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 FloatVarValue
impl Debug for FloatVarValue
source§impl PartialEq<FloatVarValue> for FloatVarValue
impl PartialEq<FloatVarValue> for FloatVarValue
source§fn eq(&self, other: &FloatVarValue) -> bool
fn eq(&self, other: &FloatVarValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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: 1 byte