#[repr(transparent)]pub struct MLCComparisonOperation(pub i32);
Available on crate feature
MLCTypes
only.Expand description
A comparison operation.
See also Apple’s documentation
Tuple Fields§
§0: i32
Implementations§
Source§impl MLCComparisonOperation
impl MLCComparisonOperation
pub const Equal: Self
pub const NotEqual: Self
pub const Less: Self
pub const Greater: Self
pub const LessOrEqual: Self
pub const GreaterOrEqual: Self
pub const LogicalAND: Self
pub const LogicalOR: Self
pub const LogicalNOT: Self
pub const LogicalNAND: Self
pub const LogicalNOR: Self
pub const LogicalXOR: Self
pub const Count: Self
Source§impl MLCComparisonOperation
impl MLCComparisonOperation
Sourcepub unsafe fn debug_description(
self: MLCComparisonOperation,
) -> Retained<NSString>
pub unsafe fn debug_description( self: MLCComparisonOperation, ) -> Retained<NSString>
Returns a textual description of the comparison operation, suitable for debugging.
Trait Implementations§
Source§impl Clone for MLCComparisonOperation
impl Clone for MLCComparisonOperation
Source§fn clone(&self) -> MLCComparisonOperation
fn clone(&self) -> MLCComparisonOperation
Returns a duplicate 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 MLCComparisonOperation
impl Debug for MLCComparisonOperation
Source§impl Encode for MLCComparisonOperation
impl Encode for MLCComparisonOperation
Source§impl Hash for MLCComparisonOperation
impl Hash for MLCComparisonOperation
Source§impl Ord for MLCComparisonOperation
impl Ord for MLCComparisonOperation
Source§fn cmp(&self, other: &MLCComparisonOperation) -> Ordering
fn cmp(&self, other: &MLCComparisonOperation) -> 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 MLCComparisonOperation
impl PartialEq for MLCComparisonOperation
Source§impl PartialOrd for MLCComparisonOperation
impl PartialOrd for MLCComparisonOperation
Source§impl RefEncode for MLCComparisonOperation
impl RefEncode for MLCComparisonOperation
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 MLCComparisonOperation
impl Eq for MLCComparisonOperation
impl StructuralPartialEq for MLCComparisonOperation
Auto Trait Implementations§
impl Freeze for MLCComparisonOperation
impl RefUnwindSafe for MLCComparisonOperation
impl Send for MLCComparisonOperation
impl Sync for MLCComparisonOperation
impl Unpin for MLCComparisonOperation
impl UnwindSafe for MLCComparisonOperation
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.