Enum rustc_mir::interpret::PlaceExtra [−][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?
Variants
None🔬 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?
Length(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?
Vtable(Pointer)🔬 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?
DowncastVariant(usize)🔬 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 Copy for PlaceExtra[src]
impl Copy for PlaceExtraimpl Clone for PlaceExtra[src]
impl Clone for PlaceExtrafn clone(&self) -> PlaceExtra[src]
fn clone(&self) -> PlaceExtraReturns 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)Performs copy-assignment from source. Read more
impl Debug for PlaceExtra[src]
impl Debug for PlaceExtrafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for PlaceExtra[src]
impl Hash for PlaceExtrafn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)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]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for PlaceExtra[src]
impl PartialEq for PlaceExtrafn eq(&self, other: &PlaceExtra) -> bool[src]
fn eq(&self, other: &PlaceExtra) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PlaceExtra) -> bool[src]
fn ne(&self, other: &PlaceExtra) -> boolThis method tests for !=.
impl Eq for PlaceExtra[src]
impl Eq for PlaceExtrafn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)Auto Trait Implementations
impl Send for PlaceExtra
impl Send for PlaceExtraimpl Sync for PlaceExtra
impl Sync for PlaceExtra