Struct little::Fingerprint
[−]
[src]
pub struct Fingerprint(_);
Structure used to uniquely identify executable blobs.
pub struct Fingerprint(_);
Structure used to uniquely identify executable blobs.
impl Fingerprint
fn empty() -> Fingerprint
fn new(inner: [u8; 20]) -> Fingerprint
impl PartialEq for Fingerprint
fn eq(&self, __arg_0: &Fingerprint) -> bool
fn ne(&self, __arg_0: &Fingerprint) -> bool
impl Eq for Fingerprint
impl Hash for Fingerprint
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher