Struct makepad_wasm_bridge::WasmPtrF32
source · pub struct WasmPtrF32(/* private fields */);
Implementations§
Trait Implementations§
source§impl FromWasm for WasmPtrF32
impl FromWasm for WasmPtrF32
fn from_wasm_js_body( out: &mut WasmJSOutput, slot: usize, _is_recur: bool, prop: &str, _temp: usize )
fn from_wasm_inner(self, out: &mut FromWasmMsg)
fn type_name() -> &'static str
fn live_id() -> LiveId
fn write_from_wasm(self, out: &mut FromWasmMsg)where Self: Sized,
fn from_wasm_js_reuse(wrapper: &mut String)
fn to_js_code() -> String
fn from_wasm_js_inner(wrapper: &mut String, reuse_arg: bool)
Auto Trait Implementations§
impl RefUnwindSafe for WasmPtrF32
impl Send for WasmPtrF32
impl Sync for WasmPtrF32
impl Unpin for WasmPtrF32
impl UnwindSafe for WasmPtrF32
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