Struct bearssl_sys::br_sslrec_gcm_context [] [src]

#[repr(C)]
pub struct br_sslrec_gcm_context { pub vtable: br_sslrec_gcm_context__bindgen_ty_1, pub seq: u64, pub bc: br_sslrec_gcm_context__bindgen_ty_2, pub gh: br_ghash, pub iv: [c_uchar; 4], pub h: [c_uchar; 16], }

Fields

Trait Implementations

impl Debug for br_sslrec_gcm_context
[src]

Formats the value using the given formatter.

impl Copy for br_sslrec_gcm_context
[src]

impl Clone for br_sslrec_gcm_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_sslrec_gcm_context
[src]

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