Struct mbedtls::ssl::Config [] [src]

pub struct Config<'c> { /* fields omitted */ }

Methods

impl<'c> Config<'c>
[src]

impl<'c> Config<'c>
[src]

impl<'c> Config<'c>
[src]

Trait Implementations

impl<'c> Drop for Config<'c>
[src]

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

impl<'q, 'c> Into<*const ssl_config> for &'q Config<'c>
[src]

Performs the conversion.

impl<'q, 'c> Into<*mut ssl_config> for &'q mut Config<'c>
[src]

Performs the conversion.