Enum tomcrypt_sys::ltc_asn1_type_ [] [src]

#[repr(u32)]
pub enum ltc_asn1_type_ { LTC_ASN1_EOL, LTC_ASN1_BOOLEAN, LTC_ASN1_INTEGER, LTC_ASN1_SHORT_INTEGER, LTC_ASN1_BIT_STRING, LTC_ASN1_OCTET_STRING, LTC_ASN1_NULL, LTC_ASN1_OBJECT_IDENTIFIER, LTC_ASN1_IA5_STRING, LTC_ASN1_PRINTABLE_STRING, LTC_ASN1_UTF8_STRING, LTC_ASN1_UTCTIME, LTC_ASN1_CHOICE, LTC_ASN1_SEQUENCE, LTC_ASN1_SET, LTC_ASN1_SETOF, LTC_ASN1_RAW_BIT_STRING, LTC_ASN1_TELETEX_STRING, LTC_ASN1_CONSTRUCTED, LTC_ASN1_CONTEXT_SPECIFIC, LTC_ASN1_GENERALIZEDTIME, }

Variants

Trait Implementations

impl Debug for ltc_asn1_type_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_asn1_type_
[src]

impl Clone for ltc_asn1_type_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ltc_asn1_type_
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ltc_asn1_type_
[src]

impl Hash for ltc_asn1_type_
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more