Enum rustc::middle::exported_symbols::SymbolExportLevel [] [src]

pub enum SymbolExportLevel {
    C,
    Rust,
}
🔬 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?

The SymbolExportLevel of a symbols specifies from which kinds of crates the symbol will be exported. C symbols will be exported from any kind of crate, including cdylibs which export very few things. Rust will only be exported if the crate produced is a Rust dylib.

Variants

🔬 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?

🔬 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?

Methods

impl SymbolExportLevel
[src]

[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 Eq for SymbolExportLevel
[src]

impl PartialEq for SymbolExportLevel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for SymbolExportLevel
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SymbolExportLevel
[src]

impl Clone for SymbolExportLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'tcx> HashStable<StableHashingContext<'tcx>> for SymbolExportLevel
[src]

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