Struct bearssl::br_x500_name [] [src]

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

\brief Distinguished Name (X.500) structure.

The DN is DER-encoded.

Fields

\brief Encoded DN data.

\brief Encoded DN length (in bytes).

Trait Implementations

impl Debug for br_x500_name
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_x500_name
[src]

impl Clone for br_x500_name
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more