Struct bearssl_sys::br_x509_pkey [] [src]

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

Fields

Trait Implementations

impl Debug for br_x509_pkey
[src]

Formats the value using the given formatter.

impl Default for br_x509_pkey
[src]

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

impl Copy for br_x509_pkey
[src]

impl Clone for br_x509_pkey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more