Enum rustc_span::ExternalSource [−][src]
pub enum ExternalSource {
Unneeded,
Foreign {
kind: ExternalSourceKind,
original_start_pos: BytePos,
original_end_pos: BytePos,
},
}
Variants
No external source has to be loaded, since the SourceFile
represents a local crate.
Fields of Foreign
kind: ExternalSourceKind
original_start_pos: BytePos
This SourceFile’s byte-offset within the source_map of its original crate.
original_end_pos: BytePos
The end of this SourceFile within the source_map of its original crate.
Implementations
Trait Implementations
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 !RefUnwindSafe for ExternalSource
impl !Send for ExternalSource
impl !Sync for ExternalSource
impl Unpin for ExternalSource
impl UnwindSafe for ExternalSource
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: 24 bytes
Size for each variant:
Unneeded
: 0 bytesForeign
: 24 bytes