Struct rustc_mir::dataflow::move_paths::Init [−][src]
pub struct Init {
pub path: MovePathIndex,
pub span: Span,
pub kind: InitKind,
}🔬 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?
Init represents a point in a program that initializes some L-value;
Fields
path: MovePathIndex
🔬 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?
path being initialized
span: Span
🔬 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?
span of initialization
kind: InitKind
🔬 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?
Extra information about this initialization
Trait Implementations
impl Copy for Init[src]
impl Copy for Initimpl Clone for Init[src]
impl Clone for Initfn clone(&self) -> Init[src]
fn clone(&self) -> InitReturns 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 Init[src]
impl Debug for Init