Trait memcmp::Memcmp [] [src]

pub trait Memcmp {
    fn memcmp(&self, b: &Self) -> bool;
}

Required Methods

Implementors