Struct openssl::ssl::SslSession [] [src]

pub struct SslSession(_);

Methods from Deref<Target = SslSessionRef>

Returns the SSL session ID.

Returns the length of the master key.

Copies the master key into the provided buffer.

Returns the number of bytes written.

Trait Implementations

impl OpenSslType for SslSession
[src]

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

impl Drop for SslSession
[src]

A method called when the value goes out of scope. Read more

impl Deref for SslSession
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for SslSession
[src]

The method called to mutably dereference a value