Struct wasm_bindgen::convert::WasmSlice
source · [−]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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more