Struct bearssl_sys::br_ssl_client_context___bindgen_ty_1 [] [src]

#[repr(C)]
pub struct br_ssl_client_context___bindgen_ty_1 { pub vtable: __BindgenUnionField<*const br_ssl_client_certificate_class>, pub single_rsa: __BindgenUnionField<br_ssl_client_certificate_rsa_context>, pub single_ec: __BindgenUnionField<br_ssl_client_certificate_ec_context>, pub bindgen_union_field: [u64; 8], }

Fields

Trait Implementations

impl Debug for br_ssl_client_context___bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Default for br_ssl_client_context___bindgen_ty_1
[src]

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

impl Copy for br_ssl_client_context___bindgen_ty_1
[src]

impl Clone for br_ssl_client_context___bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more