pub struct WasmMemoryRead { /* private fields */ }Expand description
Read access wrapper.
Auto Trait Implementations§
impl Freeze for WasmMemoryRead
impl RefUnwindSafe for WasmMemoryRead
impl Send for WasmMemoryRead
impl Sync for WasmMemoryRead
impl Unpin for WasmMemoryRead
impl UnwindSafe for WasmMemoryRead
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