Struct wolfssl_sys::WOLFSSL_COMP
source · [−]#[repr(C)]pub struct WOLFSSL_COMP {
pub id: c_int,
pub name: *const c_char,
pub method: *mut WOLFSSL_COMP_METHOD,
}Fields
id: c_intname: *const c_charmethod: *mut WOLFSSL_COMP_METHODTrait Implementations
sourceimpl Clone for WOLFSSL_COMP
impl Clone for WOLFSSL_COMP
sourcefn clone(&self) -> WOLFSSL_COMP
fn clone(&self) -> WOLFSSL_COMP
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 more
sourceimpl Debug for WOLFSSL_COMP
impl Debug for WOLFSSL_COMP
impl Copy for WOLFSSL_COMP
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_COMP
impl !Send for WOLFSSL_COMP
impl !Sync for WOLFSSL_COMP
impl Unpin for WOLFSSL_COMP
impl UnwindSafe for WOLFSSL_COMP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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