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 i8Trait Implementations§
source§impl Clone for ssl_comp_st
impl Clone for ssl_comp_st
source§fn clone(&self) -> ssl_comp_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ssl_comp_st
impl Debug for ssl_comp_st
source§impl Default for ssl_comp_st
impl Default for ssl_comp_st
source§impl PartialEq<ssl_comp_st> for ssl_comp_st
impl PartialEq<ssl_comp_st> for ssl_comp_st
source§fn eq(&self, other: &ssl_comp_st) -> bool
fn eq(&self, other: &ssl_comp_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.