Enum core_foundation::base::CFComparisonResult
source · pub enum CFComparisonResult {
LessThan,
EqualTo,
GreaterThan,
}Variants
Trait Implementations
sourceimpl Clone for CFComparisonResult
impl Clone for CFComparisonResult
sourcefn clone(&self) -> CFComparisonResult
fn clone(&self) -> CFComparisonResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Into<Ordering> for CFComparisonResult
impl Into<Ordering> for CFComparisonResult
impl Copy for CFComparisonResult
Auto Trait Implementations
impl RefUnwindSafe for CFComparisonResult
impl Send for CFComparisonResult
impl Sync for CFComparisonResult
impl Unpin for CFComparisonResult
impl UnwindSafe for CFComparisonResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more