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 PlaceExtra
impl Clone for PlaceExtra
[src]
impl Clone for PlaceExtra
fn clone(&self) -> PlaceExtra
[src]
fn clone(&self) -> PlaceExtra
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)
Performs copy-assignment from source
. Read more
impl Debug for PlaceExtra
[src]
impl Debug for PlaceExtra
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for PlaceExtra
[src]
impl Eq for PlaceExtra
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for PlaceExtra
[src]
impl PartialEq for PlaceExtra
fn eq(&self, other: &PlaceExtra) -> bool
[src]
fn eq(&self, other: &PlaceExtra) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for PlaceExtra
impl Send for PlaceExtra
impl Sync for PlaceExtra
impl Sync for PlaceExtra