Struct wolfssl_sys::wolfSSL_Ref
source · [−]#[repr(C)]pub struct wolfSSL_Ref {
pub count: c_int,
}Fields
count: c_intTrait Implementations
sourceimpl Clone for wolfSSL_Ref
impl Clone for wolfSSL_Ref
sourcefn clone(&self) -> wolfSSL_Ref
fn clone(&self) -> wolfSSL_Ref
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_Ref
impl Debug for wolfSSL_Ref
impl Copy for wolfSSL_Ref
Auto Trait Implementations
impl RefUnwindSafe for wolfSSL_Ref
impl Send for wolfSSL_Ref
impl Sync for wolfSSL_Ref
impl Unpin for wolfSSL_Ref
impl UnwindSafe for wolfSSL_Ref
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