Struct openssl::ssl::SslContextRef []

pub struct SslContextRef(_);

Methods

impl SslContextRef
[src]

[src]

Returns the certificate store used for verification.

[src]

[src]

Returns a reference to the extra data at the specified index.

Trait Implementations

impl ForeignTypeRef for SslContextRef

The raw C type.

[src]

Constructs a shared instance of this type from its raw type.

[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.