Struct bearssl_sys::br_sslrec_chapol_context [] [src]

#[repr(C)]
pub struct br_sslrec_chapol_context { pub vtable: br_sslrec_chapol_context__bindgen_ty_1, pub seq: u64, pub key: [c_uchar; 32], pub iv: [c_uchar; 12], pub ichacha: br_chacha20_run, pub ipoly: br_poly1305_run, }

Fields

Trait Implementations

impl Debug for br_sslrec_chapol_context
[src]

Formats the value using the given formatter.

impl Copy for br_sslrec_chapol_context
[src]

impl Clone for br_sslrec_chapol_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_sslrec_chapol_context
[src]

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