#[repr(u64)]pub enum NSPropertyListFormat {
OpenStep = 1,
Xml = 100,
Binary = 200,
}
Expand description
These constants are used to specify a property list serialization format.
Variants§
OpenStep = 1
Specifies the ASCII property list format inherited from the OpenStep APIs.
Xml = 100
Specifies the XML property list format.
Binary = 200
Specifies the binary property list format.``
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSPropertyListFormat
impl RefUnwindSafe for NSPropertyListFormat
impl Send for NSPropertyListFormat
impl Sync for NSPropertyListFormat
impl Unpin for NSPropertyListFormat
impl UnwindSafe for NSPropertyListFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more