Struct wasmer_emscripten::EmscriptenGlobals [−][src]
pub struct EmscriptenGlobals { pub data: EmscriptenGlobalsData, pub memory: Memory, pub table: Table, pub memory_min: Pages, pub memory_max: Option<Pages>, pub null_function_names: Vec<String>, }
Fields
data: EmscriptenGlobalsData
memory: Memory
table: Table
memory_min: Pages
memory_max: Option<Pages>
null_function_names: Vec<String>
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EmscriptenGlobals
impl Send for EmscriptenGlobals
impl Sync for EmscriptenGlobals
impl Unpin for EmscriptenGlobals
impl !UnwindSafe for EmscriptenGlobals
Blanket Implementations
impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub 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.
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more