Trait mem_cmp::MemOrd [] [src]

pub trait MemOrd: MemEq {
    fn mem_cmp(&self, other: &Self) -> Ordering;
}

Trait for values whose bytes can be compared directly.

Required Methods

Returns an ordering between the memory of self and other.

Implementors