Enum mbedtls_sys::mbedtls_ecdh_side [] [src]

#[repr(u32)]
pub enum mbedtls_ecdh_side { MBEDTLS_ECDH_OURS, MBEDTLS_ECDH_THEIRS, }

Variants

Trait Implementations

impl Copy for mbedtls_ecdh_side
[src]

impl Clone for mbedtls_ecdh_side
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_ecdh_side
[src]

Formats the value using the given formatter.