Trait cgmath::PartialOrd
[−]
[src]
pub trait PartialOrd {
fn partial_min(self, other: Self) -> Self;
fn partial_max(self, other: Self) -> Self;
}A trait providing a partial ordering.
Required Methods
fn partial_min(self, other: Self) -> Self
fn partial_max(self, other: Self) -> Self
Implementors
impl PartialOrd for isizeimpl PartialOrd for i8impl PartialOrd for i16impl PartialOrd for i32impl PartialOrd for i64impl PartialOrd for usizeimpl PartialOrd for u8impl PartialOrd for u16impl PartialOrd for u32impl PartialOrd for u64impl PartialOrd for f32impl PartialOrd for f64