#[repr(transparent)]pub struct NSCompoundPredicateType(pub NSUInteger);
Available on crate feature
NSCompoundPredicate
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSCompoundPredicateType
impl NSCompoundPredicateType
pub const NSNotPredicateType: Self = _
pub const NSAndPredicateType: Self = _
pub const NSOrPredicateType: Self = _
Trait Implementations§
source§impl Clone for NSCompoundPredicateType
impl Clone for NSCompoundPredicateType
source§fn clone(&self) -> NSCompoundPredicateType
fn clone(&self) -> NSCompoundPredicateType
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 Debug for NSCompoundPredicateType
impl Debug for NSCompoundPredicateType
source§impl Encode for NSCompoundPredicateType
impl Encode for NSCompoundPredicateType
source§impl Hash for NSCompoundPredicateType
impl Hash for NSCompoundPredicateType
source§impl Ord for NSCompoundPredicateType
impl Ord for NSCompoundPredicateType
source§fn cmp(&self, other: &NSCompoundPredicateType) -> Ordering
fn cmp(&self, other: &NSCompoundPredicateType) -> 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 NSCompoundPredicateType
impl PartialEq for NSCompoundPredicateType
source§fn eq(&self, other: &NSCompoundPredicateType) -> bool
fn eq(&self, other: &NSCompoundPredicateType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSCompoundPredicateType
impl PartialOrd for NSCompoundPredicateType
source§fn partial_cmp(&self, other: &NSCompoundPredicateType) -> Option<Ordering>
fn partial_cmp(&self, other: &NSCompoundPredicateType) -> 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 NSCompoundPredicateType
impl RefEncode for NSCompoundPredicateType
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 NSCompoundPredicateType
impl Eq for NSCompoundPredicateType
impl StructuralPartialEq for NSCompoundPredicateType
Auto Trait Implementations§
impl Freeze for NSCompoundPredicateType
impl RefUnwindSafe for NSCompoundPredicateType
impl Send for NSCompoundPredicateType
impl Sync for NSCompoundPredicateType
impl Unpin for NSCompoundPredicateType
impl UnwindSafe for NSCompoundPredicateType
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.