#[repr(isize)]pub enum CFPropertyListFormat {
OpenStep = 1,
XmlV1_0 = 100,
BinaryV1_0 = 200,
}Expand description
CFPropertyListFormat values mirrored from Core Foundation.
Variants§
Trait Implementations§
Source§impl Clone for CFPropertyListFormat
impl Clone for CFPropertyListFormat
Source§fn clone(&self) -> CFPropertyListFormat
fn clone(&self) -> CFPropertyListFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CFPropertyListFormat
impl Debug for CFPropertyListFormat
Source§impl Hash for CFPropertyListFormat
impl Hash for CFPropertyListFormat
Source§impl PartialEq for CFPropertyListFormat
impl PartialEq for CFPropertyListFormat
Source§fn eq(&self, other: &CFPropertyListFormat) -> bool
fn eq(&self, other: &CFPropertyListFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<isize> for CFPropertyListFormat
impl TryFrom<isize> for CFPropertyListFormat
impl Copy for CFPropertyListFormat
impl Eq for CFPropertyListFormat
impl StructuralPartialEq for CFPropertyListFormat
Auto Trait Implementations§
impl Freeze for CFPropertyListFormat
impl RefUnwindSafe for CFPropertyListFormat
impl Send for CFPropertyListFormat
impl Sync for CFPropertyListFormat
impl Unpin for CFPropertyListFormat
impl UnsafeUnpin for CFPropertyListFormat
impl UnwindSafe for CFPropertyListFormat
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