#[repr(C)]
pub struct ssl_early_callback_ctx {
Show 14 fields pub ssl: *mut SSL, pub client_hello: *const u8, pub client_hello_len: usize, pub version: u16, pub random: *const u8, pub random_len: usize, pub session_id: *const u8, pub session_id_len: usize, pub cipher_suites: *const u8, pub cipher_suites_len: usize, pub compression_methods: *const u8, pub compression_methods_len: usize, pub extensions: *const u8, pub extensions_len: usize,
}

Fields

ssl: *mut SSLclient_hello: *const u8client_hello_len: usizeversion: u16random: *const u8random_len: usizesession_id: *const u8session_id_len: usizecipher_suites: *const u8cipher_suites_len: usizecompression_methods: *const u8compression_methods_len: usizeextensions: *const u8extensions_len: usize

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.