#[repr(transparent)]pub struct NSPropertyListMutabilityOptions(pub NSUInteger);
Available on crate feature
NSPropertyList
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSPropertyListMutabilityOptions
impl NSPropertyListMutabilityOptions
pub const NSPropertyListImmutable: Self = _
pub const NSPropertyListMutableContainers: Self = _
pub const NSPropertyListMutableContainersAndLeaves: Self = _
Trait Implementations§
source§impl Clone for NSPropertyListMutabilityOptions
impl Clone for NSPropertyListMutabilityOptions
source§fn clone(&self) -> NSPropertyListMutabilityOptions
fn clone(&self) -> NSPropertyListMutabilityOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Ord for NSPropertyListMutabilityOptions
impl Ord for NSPropertyListMutabilityOptions
source§fn cmp(&self, other: &NSPropertyListMutabilityOptions) -> Ordering
fn cmp(&self, other: &NSPropertyListMutabilityOptions) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSPropertyListMutabilityOptions
impl PartialEq for NSPropertyListMutabilityOptions
source§fn eq(&self, other: &NSPropertyListMutabilityOptions) -> bool
fn eq(&self, other: &NSPropertyListMutabilityOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSPropertyListMutabilityOptions
impl PartialOrd for NSPropertyListMutabilityOptions
source§fn partial_cmp(
&self,
other: &NSPropertyListMutabilityOptions
) -> Option<Ordering>
fn partial_cmp( &self, other: &NSPropertyListMutabilityOptions ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSPropertyListMutabilityOptions
impl RefEncode for NSPropertyListMutabilityOptions
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSPropertyListMutabilityOptions
impl Eq for NSPropertyListMutabilityOptions
impl StructuralPartialEq for NSPropertyListMutabilityOptions
Auto Trait Implementations§
impl Freeze for NSPropertyListMutabilityOptions
impl RefUnwindSafe for NSPropertyListMutabilityOptions
impl Send for NSPropertyListMutabilityOptions
impl Sync for NSPropertyListMutabilityOptions
impl Unpin for NSPropertyListMutabilityOptions
impl UnwindSafe for NSPropertyListMutabilityOptions
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.