pub struct WasmSpan { /* private fields */ }Expand description
Type representing an area of Wasm code in bytes as an offset from the beginning of the code section.
start must be less than or equal to end.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmSpan
impl RefUnwindSafe for WasmSpan
impl Send for WasmSpan
impl Sync for WasmSpan
impl Unpin for WasmSpan
impl UnwindSafe for WasmSpan
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