Enum rustc::session::config::EntryFnType
[−]
[src]
pub enum EntryFnType {
EntryMain,
EntryStart,
EntryNone,
}🔬 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
EntryMain🔬 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?
EntryStart🔬 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?
EntryNone🔬 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 EntryFnType[src]
impl Copy for EntryFnTypeimpl Clone for EntryFnType[src]
impl Clone for EntryFnTypefn clone(&self) -> EntryFnType[src]
fn clone(&self) -> EntryFnTypeReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for EntryFnType[src]
impl PartialEq for EntryFnTypeAuto Trait Implementations
impl Send for EntryFnType
impl Send for EntryFnTypeimpl Sync for EntryFnType
impl Sync for EntryFnType