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 FloatVarValueimpl ToType for FloatVarValue[src]
impl ToType for FloatVarValuefn 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 FloatVarValuefn clone(&self) -> FloatVarValue[src]
fn clone(&self) -> FloatVarValueReturns 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 FloatVarValueimpl PartialEq for FloatVarValue[src]
impl PartialEq for FloatVarValuefn eq(&self, __arg_0: &FloatVarValue) -> bool[src]
fn eq(&self, __arg_0: &FloatVarValue) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FloatVarValue) -> bool[src]
fn ne(&self, __arg_0: &FloatVarValue) -> boolThis method tests for !=.
impl Eq for FloatVarValue[src]
impl Eq for FloatVarValueimpl Debug for FloatVarValue[src]
impl Debug for FloatVarValueAuto Trait Implementations
impl Send for FloatVarValue
impl Send for FloatVarValueimpl Sync for FloatVarValue
impl Sync for FloatVarValue