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 isize
impl PartialOrd for i8
impl PartialOrd for i16
impl PartialOrd for i32
impl PartialOrd for i64
impl PartialOrd for usize
impl PartialOrd for u8
impl PartialOrd for u16
impl PartialOrd for u32
impl PartialOrd for u64
impl PartialOrd for f32
impl PartialOrd for f64