pub fn queue_enqueue_many<O0: Into<Output>, O1: Into<Output>>( handle: O0, components: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for QueueEnqueueMany::new().build(handle, components, scope).
QueueEnqueueMany::new().build(handle, components, scope)