Struct bearssl_sys::br_name_element [] [src]

#[repr(C)]
pub struct br_name_element { pub oid: *const c_uchar, pub buf: *mut c_char, pub len: usize, pub status: c_int, }

Fields

Trait Implementations

impl Debug for br_name_element
[src]

Formats the value using the given formatter.

impl Copy for br_name_element
[src]

impl Clone for br_name_element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_name_element
[src]

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