#[repr(isize)]
pub enum NSComparisonResult {
NSOrderedAscending,
NSOrderedSame,
NSOrderedDescending,
}Variants§
Trait Implementations§
source§impl Clone for NSComparisonResult
impl Clone for NSComparisonResult
source§fn clone(&self) -> NSComparisonResult
fn clone(&self) -> NSComparisonResult
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 NSComparisonResult
impl Debug for NSComparisonResult
source§impl PartialEq<NSComparisonResult> for NSComparisonResult
impl PartialEq<NSComparisonResult> for NSComparisonResult
source§fn eq(&self, other: &NSComparisonResult) -> bool
fn eq(&self, other: &NSComparisonResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.