Enum rustc_metadata::creader::LoadResult [−][src]
Variants
Previous(CrateNum)
Tuple Fields of Previous
0: CrateNum
Loaded(Library)
Tuple Fields of Loaded
0: Library
Auto Trait Implementations
impl !RefUnwindSafe for LoadResult
impl !Send for LoadResult
impl !Sync for LoadResult
impl Unpin for LoadResult
impl !UnwindSafe for LoadResult
Blanket Implementations
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: 112 bytes
Size for each variant:
Previous
: 4 bytesLoaded
: 108 bytes