#[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 duplicate 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 WOLFSSL_ALERT_HISTORY
impl Debug for WOLFSSL_ALERT_HISTORY
impl Copy for WOLFSSL_ALERT_HISTORY
Auto Trait Implementations§
impl Freeze for WOLFSSL_ALERT_HISTORY
impl RefUnwindSafe for WOLFSSL_ALERT_HISTORY
impl Send for WOLFSSL_ALERT_HISTORY
impl Sync for WOLFSSL_ALERT_HISTORY
impl Unpin for WOLFSSL_ALERT_HISTORY
impl UnsafeUnpin for WOLFSSL_ALERT_HISTORY
impl UnwindSafe for WOLFSSL_ALERT_HISTORY
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