Struct openssl_sys::SHA512_CTX

source ·
#[repr(C)]
pub struct SHA512_CTX { pub h: [SHA_LONG64; 8], pub Nl: SHA_LONG64, pub Nh: SHA_LONG64, pub num: c_uint, pub md_len: c_uint, /* private fields */ }

Fields§

§h: [SHA_LONG64; 8]§Nl: SHA_LONG64§Nh: SHA_LONG64§num: c_uint§md_len: c_uint

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.