Struct wasmer_engine_universal::Universal
source · [−]pub struct Universal { /* private fields */ }
Expand description
The Universal builder
Implementations
sourceimpl Universal
impl Universal
sourcepub fn new<T>(compiler_config: T) -> Self where
T: Into<Box<dyn CompilerConfig>>,
pub fn new<T>(compiler_config: T) -> Self where
T: Into<Box<dyn CompilerConfig>>,
Create a new Universal
sourcepub fn engine(self) -> UniversalEngine
pub fn engine(self) -> UniversalEngine
Build the UniversalEngine
for this configuration
Auto Trait Implementations
impl !RefUnwindSafe for Universal
impl !Send for Universal
impl !Sync for Universal
impl Unpin for Universal
impl !UnwindSafe for Universal
Blanket Implementations
sourceimpl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcepub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more