Struct digest_buffer::DigestBuffer [] [src]

pub struct DigestBuffer<N: ArrayLength<u8>> where
    N::ArrayType: Copy
{ /* fields omitted */ }

Methods

impl<N: ArrayLength<u8>> DigestBuffer<N> where
    N::ArrayType: Copy
[src]

Trait Implementations

impl<N: Clone + ArrayLength<u8>> Clone for DigestBuffer<N> where
    N::ArrayType: Copy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Copy + ArrayLength<u8>> Copy for DigestBuffer<N> where
    N::ArrayType: Copy
[src]

impl<N: ArrayLength<u8>> Default for DigestBuffer<N> where
    N::ArrayType: Copy
[src]

Returns the "default value" for a type. Read more