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

pub struct NameType(_);

An identifier of a session name type.

Methods

impl NameType
[src]

[src]

Constructs a StatusType from a raw OpenSSL value.

[src]

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more