Struct js::jsapi::_vftable_NativeProfiler
[−]
[src]
#[repr(C)]pub struct _vftable_NativeProfiler { pub sampleNative: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void, size: u32), pub removeNative: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void), pub reset: unsafe extern "C" fn(this: *mut c_void), }
Fields
sampleNative: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void, size: u32)
removeNative: unsafe extern "C" fn(this: *mut c_void, addr: *mut c_void)
reset: unsafe extern "C" fn(this: *mut c_void)