Union bearssl::br_x509_pkey__bindgen_ty_1 [] [src]

#[repr(C)]
pub union br_x509_pkey__bindgen_ty_1 { pub rsa: br_rsa_public_key, pub ec: br_ec_public_key, // some fields omitted }

\brief Actual public key.

Fields

rsa: br_rsa_public_key

\brief RSA public key.

ec: br_ec_public_key

\brief EC public key.

Trait Implementations

impl Copy for br_x509_pkey__bindgen_ty_1
[src]

impl Clone for br_x509_pkey__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more