Struct rustls_ffi::cipher::rustls_supported_ciphersuite[][src]

pub struct rustls_supported_ciphersuite { /* fields omitted */ }
Expand description

A cipher suite supported by rustls.

Implementations

Return a 16-bit unsigned integer corresponding to this cipher suite’s assignment from https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4. The bytes from the assignment are interpreted in network order.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.