Struct openssl::hash::DigestBytes [−][src]
pub struct DigestBytes { /* fields omitted */ }The resulting bytes of a digest.
This type derefs to a byte slice - it exists to avoid allocating memory to store the digest data.
Trait Implementations
impl Clone for DigestBytes[src]
impl Clone for DigestBytes[src]fn clone(&self) -> DigestBytes[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Deref for DigestBytes[src]
impl Deref for DigestBytes[src]