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
functionEnum: c_int
functionPtr: *mut c_void
operationDone: c_int
args: [em_variant_val; 8]
returnValue: em_variant_val
calleeDelete: c_int
Trait Implementations
impl Debug for em_queued_call
[src]
impl Copy for em_queued_call
[src]
impl Clone for em_queued_call
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more