Struct wolfssl_sys::handShakeInfo_st
source · #[repr(C)]pub struct handShakeInfo_st {
pub ssl: *mut WOLFSSL,
pub cipherName: [c_char; 25],
pub packetNames: [[c_char; 25]; 14],
pub numberPackets: c_int,
pub negotiationError: c_int,
}Fields§
§ssl: *mut WOLFSSL§cipherName: [c_char; 25]§packetNames: [[c_char; 25]; 14]§numberPackets: c_int§negotiationError: c_intTrait Implementations§
source§impl Clone for handShakeInfo_st
impl Clone for handShakeInfo_st
source§fn clone(&self) -> handShakeInfo_st
fn clone(&self) -> handShakeInfo_st
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 more