---
title: QCPlugInExecutionMode
framework: quartz
role: symbol
role_heading: Structure
path: quartz/qcpluginexecutionmode
---

# QCPlugInExecutionMode

Execution modes for custom patches.

## Declaration

```swift
struct QCPlugInExecutionMode
```

## Topics

### Constants

- [kQCPlugInExecutionModeProvider](quartz/kqcpluginexecutionmodeprovider.md)
- [kQCPlugInExecutionModeProcessor](quartz/kqcpluginexecutionmodeprocessor.md)
- [kQCPlugInExecutionModeConsumer](quartz/kqcpluginexecutionmodeconsumer.md)

### Initializers

- [init(_:)](quartz/qcpluginexecutionmode/init(_:).md)
- [init(rawValue:)](quartz/qcpluginexecutionmode/init(rawvalue:).md)

### Instance Properties

- [rawValue](quartz/qcpluginexecutionmode/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Structures

- [QCPlugInTimeMode](quartz/qcplugintimemode.md)
