Struct libsodium_sys::crypto_hash_sha256_state [] [src]

pub struct crypto_hash_sha256_state {
    // some fields omitted
}

Trait Implementations

impl Copy for crypto_hash_sha256_state
[src]

impl Clone for crypto_hash_sha256_state
[src]

fn clone(&self) -> crypto_hash_sha256_state

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more