[][src]Type Definition esp_idf_bindgen::QueueHandle_t

type QueueHandle_t = *mut c_void;

Type by which queues are referenced. For example, a call to xQueueCreate() returns an QueueHandle_t variable that can then be used as a parameter to xQueueSend(), xQueueReceive(), etc.