Enum derp::Tag [] [src]

#[repr(u8)]
pub enum Tag { Eoc, Boolean, Integer, BitString, OctetString, Null, Oid, Sequence, UtcTime, GeneralizedTime, ContextSpecificConstructed0, ContextSpecificConstructed1, ContextSpecificConstructed2, ContextSpecificConstructed3, }

ASN.1 Tags

Variants

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tag
[src]

impl PartialEq for Tag
[src]

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

This method tests for !=.