Struct emscripten_sys::em_queued_call [] [src]

#[repr(C)]
pub struct em_queued_call { pub functionEnum: c_int, pub functionPtr: *mut c_void, pub operationDone: c_int, pub args: [em_variant_val; 8], pub returnValue: em_variant_val, pub calleeDelete: c_int, }

Fields

Trait Implementations

impl Debug for em_queued_call
[src]

Formats the value using the given formatter.

impl Copy for em_queued_call
[src]

impl Clone for em_queued_call
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more