Trait memcmp::Memcmp [] [src]

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

Required Methods

fn memcmp(self: &Self, b: &Self) -> bool

Implementors