Enum rustc_codegen_ssa::back::lto::SerializedModule
source · [−]pub enum SerializedModule<M: ModuleBufferMethods> {
Local(M),
FromRlib(Vec<u8>),
FromUncompressedFile(Mmap),
}
Variants
Local(M)
FromRlib(Vec<u8>)
FromUncompressedFile(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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
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.