Struct makepad_wasm_bridge::WasmPtrU32
source · [−]pub struct WasmPtrU32(_);
Implementations
Trait Implementations
sourceimpl FromWasm for WasmPtrU32
impl FromWasm for WasmPtrU32
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_string() -> String
fn from_wasm_js_inner(wrapper: &mut String, reuse_arg: bool)
Auto Trait Implementations
impl RefUnwindSafe for WasmPtrU32
impl Send for WasmPtrU32
impl Sync for WasmPtrU32
impl Unpin for WasmPtrU32
impl UnwindSafe for WasmPtrU32
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