Struct bearssl::br_sslrec_out_clear_context [] [src]

#[repr(C)]
pub struct br_sslrec_out_clear_context { pub vtable: *const br_sslrec_out_class, }

\brief Context for a no-encryption engine.

The no-encryption engine processes outgoing records during the initial handshake, before encryption is applied.

Fields

\brief No-encryption engine vtable.

Trait Implementations

impl Debug for br_sslrec_out_clear_context
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_sslrec_out_clear_context
[src]

impl Clone for br_sslrec_out_clear_context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more