Struct rustc_codegen_ssa::back::lto::ThinShared
source · pub struct ThinShared<B: WriteBackendMethods> {
pub data: B::ThinData,
pub thin_buffers: Vec<B::ThinBuffer>,
pub serialized_modules: Vec<SerializedModule<B::ModuleBuffer>>,
pub module_names: Vec<CString>,
}
Fields§
§data: B::ThinData
§thin_buffers: Vec<B::ThinBuffer>
§serialized_modules: Vec<SerializedModule<B::ModuleBuffer>>
§module_names: Vec<CString>
Auto Trait Implementations§
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.