Struct bearssl_sys::br_x509_class_ [] [src]

#[repr(C)]
pub struct br_x509_class_ { pub context_size: usize, pub start_chain: Option<unsafe extern "C" fn(_: *mut *const br_x509_class, _: *const c_char)>, pub start_cert: Option<unsafe extern "C" fn(_: *mut *const br_x509_class, _: u32)>, pub append: Option<unsafe extern "C" fn(_: *mut *const br_x509_class, _: *const c_uchar, _: usize)>, pub end_cert: Option<unsafe extern "C" fn(_: *mut *const br_x509_class)>, pub end_chain: Option<unsafe extern "C" fn(_: *mut *const br_x509_class) -> c_uint>, pub get_pkey: Option<unsafe extern "C" fn(_: *const *const br_x509_class, _: *mut c_uint) -> *const br_x509_pkey>, }

Fields

Trait Implementations

impl Debug for br_x509_class_
[src]

Formats the value using the given formatter.

impl Copy for br_x509_class_
[src]

impl Clone for br_x509_class_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_x509_class_
[src]

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