Struct rustc_session::config::ExternEntry [−][src]
pub struct ExternEntry {
pub location: ExternLocation,
pub is_private_dep: bool,
pub add_prelude: bool,
}
Fields
location: ExternLocation
is_private_dep: bool
Indicates this is a “private” dependency for the
exported_private_dependencies
lint.
This can be set with the priv
option like
--extern priv:name=foo.rlib
.
add_prelude: bool
Add the extern entry to the extern prelude.
This can be disabled with the noprelude
option like
--extern noprelude:name
.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternEntry
impl Send for ExternEntry
impl Sync for ExternEntry
impl Unpin for ExternEntry
impl UnwindSafe for ExternEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes