Struct bearssl_sys::br_x509_knownkey_context [] [src]

#[repr(C)]
pub struct br_x509_knownkey_context { pub vtable: *const br_x509_class, pub pkey: br_x509_pkey, pub usages: c_uint, }

Fields

Trait Implementations

impl Debug for br_x509_knownkey_context
[src]

Formats the value using the given formatter.

impl Copy for br_x509_knownkey_context
[src]

impl Clone for br_x509_knownkey_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_x509_knownkey_context
[src]

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