Enum security_framework::secure_transport::ConnectionType [] [src]

pub enum ConnectionType {
    Stream,
    Datagram,
}

Specifies the type of TLS session.

Variants

A traditional TLS stream.

A DTLS session.

Requires the OSX_10_8 (or higher) feature.

Trait Implementations

impl Debug for ConnectionType
[src]

Formats the value using the given formatter.

impl Copy for ConnectionType
[src]

impl Clone for ConnectionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more