Enum rustc::middle::const_val::ConstAggregate
[−]
[src]
pub enum ConstAggregate<'tcx> { Struct(&'tcx [(Name, &'tcx Const<'tcx>)]), Tuple(&'tcx [&'tcx Const<'tcx>]), Array(&'tcx [&'tcx Const<'tcx>]), Repeat(&'tcx Const<'tcx>, u64), }
🔬 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?
Variants
Struct(&'tcx [(Name, &'tcx Const<'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?
Tuple(&'tcx [&'tcx Const<'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?
Array(&'tcx [&'tcx Const<'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?
Repeat(&'tcx Const<'tcx>, u64)
🔬 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<'tcx> Copy for ConstAggregate<'tcx>
[src]
impl<'tcx> Clone for ConstAggregate<'tcx>
[src]
fn clone(&self) -> ConstAggregate<'tcx>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'tcx> Debug for ConstAggregate<'tcx>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'tcx> Hash for ConstAggregate<'tcx>
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<'tcx> Eq for ConstAggregate<'tcx>
[src]
impl<'tcx> PartialEq for ConstAggregate<'tcx>
[src]
fn eq(&self, __arg_0: &ConstAggregate<'tcx>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ConstAggregate<'tcx>) -> bool
[src]
This method tests for !=
.
impl<'tcx> Encodable for ConstAggregate<'tcx>
[src]
fn encode<S: Encoder>(&self, _: &mut S) -> Result<(), S::Error>
[src]
🔬 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?