Struct bearssl::br_x509_certificate [] [src]

#[repr(C)]
pub struct br_x509_certificate { pub data: *mut c_uchar, pub data_len: usize, }

\brief Type for an X.509 certificate (DER-encoded).

Fields

\brief The DER-encoded certificate data.

\brief The DER-encoded certificate length (in bytes).

Trait Implementations

impl Debug for br_x509_certificate
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_x509_certificate
[src]

impl Clone for br_x509_certificate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more