Type Alias fdf_dispatcher_dump_entry_t
Source pub type fdf_dispatcher_dump_entry_t = fdf_dispatcher_dump_entry;
#[repr(C)]
pub struct fdf_dispatcher_dump_entry_t {Show 14 fields
pub driver: *const c_void,
pub dispatcher_ptr: u64,
pub name: *const i8,
pub scheduler_role: *const i8,
pub options: u32,
pub synchronized: bool,
pub allow_sync_calls: bool,
pub state: u32,
pub destroy_context: *const i8,
pub has_destroy_user_initiated: bool,
pub destroy_user_initiated: bool,
pub debug_stats: fdf_dispatcher_debug_stats,
pub queued_tasks: *const fdf_task_debug_info,
pub num_queued_tasks: usize,
}