#[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 ==
.impl Copy for CFComparisonResult
impl StructuralPartialEq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more