profiler_entry_enum_func

Type Alias profiler_entry_enum_func 

Source
pub type profiler_entry_enum_func = Option<unsafe extern "C" fn(context: *mut c_void, entry: *mut profiler_snapshot_entry_t) -> bool>;

Aliased Type§

pub enum profiler_entry_enum_func {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut profiler_snapshot_entry) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut profiler_snapshot_entry) -> bool)

Some value of type T.