Struct makepad_wasm_bridge::WasmJSOutputFn
source · pub struct WasmJSOutputFn {
pub name: String,
pub body: String,
pub temp: usize,
}
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§
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