Struct wolfssl_sys::timeoutInfo_st
source · #[repr(C)]pub struct timeoutInfo_st {
pub timeoutName: [c_char; 25],
pub flags: c_int,
pub numberPackets: c_int,
pub packets: [PacketInfo; 14],
pub timeoutValue: WOLFSSL_TIMEVAL,
}Fields§
§timeoutName: [c_char; 25]§flags: c_int§numberPackets: c_int§packets: [PacketInfo; 14]§timeoutValue: WOLFSSL_TIMEVALTrait Implementations§
source§impl Clone for timeoutInfo_st
impl Clone for timeoutInfo_st
source§fn clone(&self) -> timeoutInfo_st
fn clone(&self) -> timeoutInfo_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