Type Alias boring_sys::SSL_COMP

source ·
pub type SSL_COMP = ssl_comp_st;

Aliased Type§

struct SSL_COMP {
    pub id: i32,
    pub name: *const i8,
    pub method: *mut i8,
}

Fields§

§id: i32§name: *const i8§method: *mut i8

Trait Implementations§

source§

impl Clone for ssl_comp_st

source§

fn clone(&self) -> ssl_comp_st

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ssl_comp_st

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ssl_comp_st

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq<ssl_comp_st> for ssl_comp_st

source§

fn eq(&self, other: &ssl_comp_st) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for ssl_comp_st

source§

impl Eq for ssl_comp_st

source§

impl StructuralEq for ssl_comp_st

source§

impl StructuralPartialEq for ssl_comp_st