Enum rustc_mir::interpret::place::PlaceExtra [−][src]
pub enum PlaceExtra {
None,
Length(u64),
Vtable(MemoryPointer),
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?
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(MemoryPointer)🔬 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 Eq for PlaceExtra[src]
impl Eq for PlaceExtrafn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)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 !=.
Auto Trait Implementations
impl Send for PlaceExtra
impl Send for PlaceExtraimpl Sync for PlaceExtra
impl Sync for PlaceExtra