[][src]Type Definition esp_idf_sys::QueueSetHandle_t

type QueueSetHandle_t = *mut c_void;

Type by which queue sets are referenced. For example, a call to xQueueCreateSet() returns an xQueueSet variable that can then be used as a parameter to xQueueSelectFromSet(), xQueueAddToSet(), etc.