pub type HandShakeInfo = handShakeInfo_st;Aliased Type§
#[repr(C)]pub struct HandShakeInfo {
pub ssl: *mut WOLFSSL,
pub cipherName: [i8; 25],
pub packetNames: [[i8; 25]; 14],
pub numberPackets: i32,
pub negotiationError: i32,
}Fields§
§ssl: *mut WOLFSSL§cipherName: [i8; 25]§packetNames: [[i8; 25]; 14]§numberPackets: i32§negotiationError: i32