Struct openssl::ssl::SslSessionRef []

pub struct SslSessionRef(_);

Methods

impl SslSessionRef
[src]

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 ForeignTypeRef for SslSessionRef

The raw C type.

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

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

Returns a raw pointer to the wrapped value.

impl ToOwned for SslSessionRef
[src]

Creates owned data from borrowed data, usually by cloning. Read more