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

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

Variants

Trait Implementations

impl Clone for CFComparisonResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CFComparisonResult
[src]

impl Into<Ordering> for CFComparisonResult
[src]

[src]

Performs the conversion.