Struct wasm_bindgen::convert::WasmSlice
source · #[repr(C)]pub struct WasmSlice {
pub ptr: u32,
pub len: u32,
}
Fields§
§ptr: u32
§len: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WasmSlice
impl Send for WasmSlice
impl Sync for WasmSlice
impl Unpin for WasmSlice
impl UnwindSafe for WasmSlice
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