Struct bearssl::br_x509_trust_anchor [] [src]

#[repr(C)]
pub struct br_x509_trust_anchor { pub dn: br_x500_name, pub flags: c_uint, pub pkey: br_x509_pkey, }

\brief Trust anchor structure.

Fields

\brief Encoded DN (X.500 name).

\brief Anchor flags (e.g. BR_X509_TA_CA).

\brief Anchor public key.

Trait Implementations

impl Copy for br_x509_trust_anchor
[src]

impl Clone for br_x509_trust_anchor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more