Union bearssl::br_sslrec_in_cbc_context__bindgen_ty_1 [] [src]

#[repr(C)]
pub union br_sslrec_in_cbc_context__bindgen_ty_1 { pub vtable: *const br_block_cbcdec_class, pub aes: br_aes_gen_cbcdec_keys, pub des: br_des_gen_cbcdec_keys, // some fields omitted }

Fields

vtable: *const br_block_cbcdec_class aes: br_aes_gen_cbcdec_keys des: br_des_gen_cbcdec_keys

Trait Implementations

impl Copy for br_sslrec_in_cbc_context__bindgen_ty_1
[src]

impl Clone for br_sslrec_in_cbc_context__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more