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

🔬 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

🔬 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

🔬 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 Clone for Init
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Init
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Init

impl !Sync for Init