Enum rustc_codegen_ssa::back::lto::SerializedModule
source · pub enum SerializedModule<M: ModuleBufferMethods> {
Local(M),
FromRlib(Vec<u8>),
FromUncompressedFile(Mmap),
}
Variants§
Implementations§
source§impl<M: ModuleBufferMethods> SerializedModule<M>
impl<M: ModuleBufferMethods> SerializedModule<M>
Auto Trait Implementations§
impl<M> RefUnwindSafe for SerializedModule<M>where
M: RefUnwindSafe,
impl<M> Send for SerializedModule<M>
impl<M> Sync for SerializedModule<M>
impl<M> Unpin for SerializedModule<M>where
M: Unpin,
impl<M> UnwindSafe for SerializedModule<M>where
M: 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.