pub type NSPropertyListReadOptions = NSPropertyListMutabilityOptions;Expand description
The only read options supported are described in NSPropertyListMutabilityOptions.
Aliased Type§
#[repr(u64)]pub enum NSPropertyListReadOptions {
Immutable = 0,
MutableContainers = 1,
MutableContainersAndLeaves = 2,
}