Struct rustc::ty::FloatVarValue [−][src]
pub struct FloatVarValue(pub FloatTy);
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl EqUnifyValue for FloatVarValue
[src]
impl EqUnifyValue for FloatVarValue
impl ToType for FloatVarValue
[src]
impl ToType for FloatVarValue
fn to_type<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
[src]
fn to_type<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Clone for FloatVarValue
[src]
impl Clone for FloatVarValue
fn clone(&self) -> FloatVarValue
[src]
fn clone(&self) -> FloatVarValue
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 Copy for FloatVarValue
[src]
impl Copy for FloatVarValue
impl PartialEq for FloatVarValue
[src]
impl PartialEq for FloatVarValue
fn eq(&self, other: &FloatVarValue) -> bool
[src]
fn eq(&self, other: &FloatVarValue) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FloatVarValue) -> bool
[src]
fn ne(&self, other: &FloatVarValue) -> bool
This method tests for !=
.
impl Eq for FloatVarValue
[src]
impl Eq for FloatVarValue
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Debug for FloatVarValue
[src]
impl Debug for FloatVarValue
Auto Trait Implementations
impl Send for FloatVarValue
impl Send for FloatVarValue
impl Sync for FloatVarValue
impl Sync for FloatVarValue