pub type NSPropertyListWriteOptions = NSPropertyListMutabilityOptions;Expand description
These constants specify mutability options in property lists.
Aliased Type§
#[repr(u64)]pub enum NSPropertyListWriteOptions {
Immutable = 0,
MutableContainers = 1,
MutableContainersAndLeaves = 2,
}