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