Struct openssl::ssl::SslSession []

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 ForeignType for SslSession

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for SslSession

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

impl Deref for SslSession

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for SslSession

The method called to mutably dereference a value

impl Sync for SslSession
[src]

impl Send for SslSession
[src]

impl Clone for SslSession
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Borrow<SslSessionRef> for SslSession
[src]

Immutably borrows from an owned value. Read more