Struct bearssl_sys::br_sslrec_out_cbc_context__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct br_sslrec_out_cbc_context__bindgen_ty_1 { pub vtable: __BindgenUnionField<*const br_block_cbcenc_class>, pub aes: __BindgenUnionField<br_aes_gen_cbcenc_keys>, pub des: __BindgenUnionField<br_des_gen_cbcenc_keys>, pub bindgen_union_field: [u64; 50], }

Fields

Trait Implementations

impl Copy for br_sslrec_out_cbc_context__bindgen_ty_1
[src]

impl Clone for br_sslrec_out_cbc_context__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_sslrec_out_cbc_context__bindgen_ty_1
[src]

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