Struct makepad_wasm_bridge::WasmJSOutput
source · pub struct WasmJSOutput {
pub temp_alloc: usize,
pub fns: Vec<WasmJSOutputFn>,
}
Fields§
§temp_alloc: usize
§fns: Vec<WasmJSOutputFn>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WasmJSOutput
impl Send for WasmJSOutput
impl Sync for WasmJSOutput
impl Unpin for WasmJSOutput
impl UnwindSafe for WasmJSOutput
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