Struct openssl::ssl::NameType[][src]

pub struct NameType(_);

An identifier of a session name type.

Methods

impl NameType
[src]

Constructs a StatusType from a raw OpenSSL value.

Returns the raw OpenSSL value represented by this type.

HOST_NAME: NameType = NameType(ffi::TLSEXT_NAMETYPE_host_name)

A host name.

Trait Implementations

impl Copy for NameType
[src]

impl Clone for NameType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NameType

impl Sync for NameType