Struct bearssl_sys::br_tls_prf_seed_chunk [] [src]

#[repr(C)]
pub struct br_tls_prf_seed_chunk { pub data: *const c_void, pub len: usize, }

Fields

Trait Implementations

impl Debug for br_tls_prf_seed_chunk
[src]

Formats the value using the given formatter.

impl Copy for br_tls_prf_seed_chunk
[src]

impl Clone for br_tls_prf_seed_chunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_tls_prf_seed_chunk
[src]

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