---
title: CFPropertyListMutabilityOptions
framework: corefoundation
role: symbol
role_heading: Structure
path: corefoundation/cfpropertylistmutabilityoptions
---

# CFPropertyListMutabilityOptions

Type for flags that determine the degree of mutability of newly created property lists.

## Declaration

```swift
struct CFPropertyListMutabilityOptions
```

## Overview

Overview See Property List Mutability Options for possible values.

## Topics

### Initializers

- [init(rawValue:)](corefoundation/cfpropertylistmutabilityoptions/init(rawvalue:).md)

### Type Properties

- [mutableContainers](corefoundation/cfpropertylistmutabilityoptions/mutablecontainers.md)
- [mutableContainersAndLeaves](corefoundation/cfpropertylistmutabilityoptions/mutablecontainersandleaves.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
