Struct bearssl::br_x509_pkey [] [src]

#[repr(C)]
pub struct br_x509_pkey { pub key_type: c_uchar, pub key: br_x509_pkey__bindgen_ty_1, }

\brief Aggregate structure for public keys.

Fields

\brief Key type: BR_KEYTYPE_RSA or BR_KEYTYPE_EC

Trait Implementations

impl Copy for br_x509_pkey
[src]

impl Clone for br_x509_pkey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more