Struct makepad_wasm_bridge::WasmJSOutputFn
source · [−]Fields
name: String
body: String
temp: usize
Auto Trait Implementations
impl RefUnwindSafe for WasmJSOutputFn
impl Send for WasmJSOutputFn
impl Sync for WasmJSOutputFn
impl Unpin for WasmJSOutputFn
impl UnwindSafe for WasmJSOutputFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more