Struct wolfssl_sys::WOLFSSL_ALERT
source · Fields
code: c_intlevel: c_intTrait Implementations
sourceimpl Clone for WOLFSSL_ALERT
impl Clone for WOLFSSL_ALERT
sourcefn clone(&self) -> WOLFSSL_ALERT
fn clone(&self) -> WOLFSSL_ALERT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WOLFSSL_ALERT
impl Debug for WOLFSSL_ALERT
impl Copy for WOLFSSL_ALERT
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_ALERT
impl Send for WOLFSSL_ALERT
impl Sync for WOLFSSL_ALERT
impl Unpin for WOLFSSL_ALERT
impl UnwindSafe for WOLFSSL_ALERT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more