Struct libsodium_sys::crypto_auth_hmacsha512_state [] [src]

pub struct crypto_auth_hmacsha512_state {
    // some fields omitted
}

Trait Implementations

impl Clone for crypto_auth_hmacsha512_state
[src]

fn clone(&self) -> crypto_auth_hmacsha512_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

impl Copy for crypto_auth_hmacsha512_state
[src]