Struct rustc_borrowck::borrowck::move_data::MoveIndex[][src]

pub struct MoveIndex(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?

Index into MoveData.moves, used like a pointer

Methods

impl MoveIndex
[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?

Trait Implementations

impl Copy for MoveIndex
[src]

impl Clone for MoveIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MoveIndex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for MoveIndex

impl Sync for MoveIndex