Struct rboring_sys::ssl_early_callback_ctx
source · #[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 SSL§client_hello: *const u8§client_hello_len: usize§version: u16§random: *const u8§random_len: usize§session_id: *const u8§session_id_len: usize§cipher_suites: *const u8§cipher_suites_len: usize§compression_methods: *const u8§compression_methods_len: usize§extensions: *const u8§extensions_len: usizeTrait Implementations§
source§impl Clone for ssl_early_callback_ctx
impl Clone for ssl_early_callback_ctx
source§fn clone(&self) -> ssl_early_callback_ctx
fn clone(&self) -> ssl_early_callback_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ssl_early_callback_ctx
impl Debug for ssl_early_callback_ctx
source§impl Default for ssl_early_callback_ctx
impl Default for ssl_early_callback_ctx
source§impl PartialEq for ssl_early_callback_ctx
impl PartialEq for ssl_early_callback_ctx
impl Copy for ssl_early_callback_ctx
impl Eq for ssl_early_callback_ctx
impl StructuralPartialEq for ssl_early_callback_ctx
Auto Trait Implementations§
impl Freeze for ssl_early_callback_ctx
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)