Struct zaplib::WebRustCallEvent
source · [−]Expand description
Fires when a web worker calls callRustAsync
to trigger a function in Rust.
Fields
name: String
Description of the event.
params: Vec<ZapParam>
callback_id: u32
Trait 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