Struct rustc_codegen_ssa::back::lto::ThinShared [−][src]
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
impl<B> RefUnwindSafe for ThinShared<B> where
<B as WriteBackendMethods>::ModuleBuffer: RefUnwindSafe,
<B as WriteBackendMethods>::ThinBuffer: RefUnwindSafe,
<B as WriteBackendMethods>::ThinData: RefUnwindSafe,
impl<B> Send for ThinShared<B>
impl<B> Sync for ThinShared<B>
impl<B> Unpin for ThinShared<B> where
<B as WriteBackendMethods>::ModuleBuffer: Unpin,
<B as WriteBackendMethods>::ThinBuffer: Unpin,
<B as WriteBackendMethods>::ThinData: Unpin,
impl<B> UnwindSafe for ThinShared<B> where
<B as WriteBackendMethods>::ModuleBuffer: UnwindSafe,
<B as WriteBackendMethods>::ThinBuffer: UnwindSafe,
<B as WriteBackendMethods>::ThinData: UnwindSafe,
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.