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
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.