Struct zaplib::WebRustCallEvent
source · [−]Expand description
Fires when a web worker calls callRustAsync to trigger a function in Rust.
Fields
name: StringDescription of the event.
params: Vec<ZapParam>callback_id: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebRustCallEvent
impl Send for WebRustCallEvent
impl Sync for WebRustCallEvent
impl Unpin for WebRustCallEvent
impl UnwindSafe for WebRustCallEvent
Blanket Implementations
Mutably borrows from an owned value. Read more