Struct openssl::ssl::SslContext
[−]
[src]
pub struct SslContext(_);
Methods
impl SslContext
[src]
fn builder(method: SslMethod) -> Result<SslContextBuilder, ErrorStack>
Trait Implementations
impl OpenSslType for SslContext
[src]
type CType = SSL_CTX
The raw C type.
type Ref = SslContextRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut SSL_CTX) -> SslContext
Constructs an instance of this type from its raw type.
impl Drop for SslContext
[src]
impl Deref for SslContext
[src]
type Target = SslContextRef
The resulting type after dereferencing
fn deref(&self) -> &SslContextRef
The method called to dereference a value
impl DerefMut for SslContext
[src]
fn deref_mut(&mut self) -> &mut SslContextRef
The method called to mutably dereference a value
impl Send for SslContext
[src]
impl Sync for SslContext
[src]
impl Clone for SslContext
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more