Struct libtls::Init [] [src]

pub struct Init(_);

The global TLS context. This object exists to represent the global state in libtls. Retrieving another instance with Init::init() is not that expensive, but copying it is free and it has zero size.

Methods

impl Init
[src]

Prepare the TLS state, if it has not already been called.

Trait Implementations

impl Copy for Init
[src]

impl Clone for Init
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more