Struct boring_sys::ssl_early_callback_ctx [−][src]
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: usizeTrait Implementations
impl Clone for ssl_early_callback_ctx[src]
fn clone(&self) -> ssl_early_callback_ctx[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ssl_early_callback_ctx[src]
impl Debug for ssl_early_callback_ctx[src]
impl Default for ssl_early_callback_ctx[src]
impl Eq for ssl_early_callback_ctx[src]
impl PartialEq<ssl_early_callback_ctx> for ssl_early_callback_ctx[src]
fn eq(&self, other: &ssl_early_callback_ctx) -> bool[src]
fn ne(&self, other: &ssl_early_callback_ctx) -> bool[src]
impl StructuralEq for ssl_early_callback_ctx[src]
impl StructuralPartialEq for ssl_early_callback_ctx[src]
Auto Trait Implementations
impl RefUnwindSafe for ssl_early_callback_ctx
impl !Send for ssl_early_callback_ctx
impl !Sync for ssl_early_callback_ctx
impl Unpin for ssl_early_callback_ctx
impl UnwindSafe for ssl_early_callback_ctx
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,