pub struct LocalBacking { /* private fields */ }Expand description
The LocalBacking “owns” the memory used by all the local resources of an Instance.
That is, local memories, tables, and globals (as well as some additional
data for the virtual call machinery).
Trait Implementations§
Source§impl Debug for LocalBacking
impl Debug for LocalBacking
impl Send for LocalBacking
Auto Trait Implementations§
impl Freeze for LocalBacking
impl !RefUnwindSafe for LocalBacking
impl !Sync for LocalBacking
impl Unpin for LocalBacking
impl !UnwindSafe for LocalBacking
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more