pub struct Struct_PPB_Trace_Event_Dev_0_1 {
pub GetCategoryEnabled: Option< extern "C" fn(category_name: *const c_char) -> *mut c_void>,
pub AddTraceEvent: Option< extern "C" fn(phase: int8_t, category_enabled: *const c_void, name: *const c_char, id: uint64_t, num_args: uint32_t, arg_names: *mut *const c_char, arg_types: *const uint8_t, arg_values: *const uint64_t, flags: uint8_t)>,
pub SetThreadName: Option< extern "C" fn(thread_name: *const c_char)>,
}
Fields
GetCategoryEnabled | |
AddTraceEvent | |
SetThreadName | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).