pub struct WasmMemory<C: Codec> {
pub codec: C,
}
Fields§
§codec: C
Implementations§
Auto Trait Implementations§
impl<C> Freeze for WasmMemory<C>where
C: Freeze,
impl<C> RefUnwindSafe for WasmMemory<C>where
C: RefUnwindSafe,
impl<C> Send for WasmMemory<C>where
C: Send,
impl<C> Sync for WasmMemory<C>where
C: Sync,
impl<C> Unpin for WasmMemory<C>where
C: Unpin,
impl<C> UnwindSafe for WasmMemory<C>where
C: UnwindSafe,
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