Struct bearssl_sys::br_hash_compat_context [] [src]

#[repr(C)]
pub struct br_hash_compat_context { pub vtable: __BindgenUnionField<*const br_hash_class>, pub md5: __BindgenUnionField<br_md5_context>, pub sha1: __BindgenUnionField<br_sha1_context>, pub sha224: __BindgenUnionField<br_sha224_context>, pub sha256: __BindgenUnionField<br_sha256_context>, pub sha384: __BindgenUnionField<br_sha384_context>, pub sha512: __BindgenUnionField<br_sha512_context>, pub md5sha1: __BindgenUnionField<br_md5sha1_context>, pub bindgen_union_field: [u64; 26], }

Fields

Trait Implementations

impl Debug for br_hash_compat_context
[src]

Formats the value using the given formatter.

impl Default for br_hash_compat_context
[src]

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

impl Copy for br_hash_compat_context
[src]

impl Clone for br_hash_compat_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more