Enum core_foundation_sys::base::CFComparisonResult[][src]

#[repr(i64)]
pub enum CFComparisonResult { LessThan, EqualTo, GreaterThan, }

Variants

Trait Implementations

impl Clone for CFComparisonResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CFComparisonResult
[src]

impl Into<Ordering> for CFComparisonResult
[src]

Performs the conversion.

Auto Trait Implementations