Enum mbedtls_sys::mbedtls_operation_t [] [src]

#[repr(i32)]
pub enum mbedtls_operation_t { MBEDTLS_OPERATION_NONE, MBEDTLS_DECRYPT, MBEDTLS_ENCRYPT, }

Variants

Trait Implementations

impl Copy for mbedtls_operation_t
[src]

impl Clone for mbedtls_operation_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_operation_t
[src]

Formats the value using the given formatter.