Enum rustc_codegen_ssa::back::lto::SerializedModule [−][src]
pub enum SerializedModule<M: ModuleBufferMethods> {
Local(M),
FromRlib(Vec<u8>),
FromUncompressedFile(Mmap),
}
Variants
FromUncompressedFile(Mmap)
Tuple Fields of FromUncompressedFile
0: Mmap
Implementations
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.