Struct der_parser::DerElement [] [src]

pub struct DerElement {
    pub class: u8,
    pub structured: u8,
    pub tag: u8,
}

Fields

Trait Implementations

impl Clone for DerElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DerElement
[src]

impl Debug for DerElement
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DerElement
[src]

[src]

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

[src]

This method tests for !=.