Skip to main content

fdf_dispatcher_debug_stats_t

Type Alias fdf_dispatcher_debug_stats_t 

Source
pub type fdf_dispatcher_debug_stats_t = fdf_dispatcher_debug_stats;

Aliased Type§

#[repr(C)]
pub struct fdf_dispatcher_debug_stats_t { pub num_total_requests: u64, pub num_inlined_requests: u64, pub non_inlined: fdf_non_inlined_stats, }

Fields§

§num_total_requests: u64§num_inlined_requests: u64§non_inlined: fdf_non_inlined_stats