Struct rustc_metadata::rmeta::decoder::MetadataBlob [−][src]
pub(crate) struct MetadataBlob(Lrc<MetadataRef>);
Expand description
A reference to the raw binary version of crate metadata.
A MetadataBlob
internally is just a reference counted pointer to
the actual data, so cloning it is cheap.
Tuple Fields
0: Lrc<MetadataRef>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MetadataBlob
impl !Send for MetadataBlob
impl !Sync for MetadataBlob
impl Unpin for MetadataBlob
impl !UnwindSafe for MetadataBlob
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: 8 bytes