Struct wolfssl_sys::wolfSSL_Ref
source · #[repr(C)]pub struct wolfSSL_Ref {
pub count: wolfSSL_Atomic_Int,
}Fields§
§count: wolfSSL_Atomic_IntTrait Implementations§
source§impl Clone for wolfSSL_Ref
impl Clone for wolfSSL_Ref
source§fn clone(&self) -> wolfSSL_Ref
fn clone(&self) -> wolfSSL_Ref
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 moresource§impl Debug for wolfSSL_Ref
impl Debug for wolfSSL_Ref
impl Copy for wolfSSL_Ref
Auto Trait Implementations§
impl Freeze for wolfSSL_Ref
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§
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