[][src]Struct libsodium_ffi::crypto_generichash_blake2b_state

#[repr(C)]
pub struct crypto_generichash_blake2b_state {
    pub h: [u64; 8],
    pub t: [u64; 2],
    pub f: [u64; 2],
    pub buf: [u8; 256],
    pub buflen: usize,
    pub last_node: u8,
    pub __bindgen_padding_0: [u8; 23],
}

Fields

h: [u64; 8]t: [u64; 2]f: [u64; 2]buf: [u8; 256]buflen: usizelast_node: u8__bindgen_padding_0: [u8; 23]

Trait Implementations

impl Clone for crypto_generichash_blake2b_state[src]

impl Copy for crypto_generichash_blake2b_state[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]