pub struct Queue {
pub family: QueueFamily,
/* private fields */
}Expand description
An execution queue.
Fields§
§family: QueueFamilyProperties of the family which this queue belongs to.
pub struct Queue {
pub family: QueueFamily,
/* private fields */
}An execution queue.
family: QueueFamilyProperties of the family which this queue belongs to.