Struct wolfssl_sys::WOLFSSL_ALERT_HISTORY
source · #[repr(C)]pub struct WOLFSSL_ALERT_HISTORY {
pub last_rx: WOLFSSL_ALERT,
pub last_tx: WOLFSSL_ALERT,
}Fields§
§last_rx: WOLFSSL_ALERT§last_tx: WOLFSSL_ALERTTrait Implementations§
source§impl Clone for WOLFSSL_ALERT_HISTORY
impl Clone for WOLFSSL_ALERT_HISTORY
source§fn clone(&self) -> WOLFSSL_ALERT_HISTORY
fn clone(&self) -> WOLFSSL_ALERT_HISTORY
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