Struct lber::structure::StructureTag [] [src]

pub struct StructureTag {
    pub class: TagClass,
    pub id: u64,
    pub payload: PL,
}

ASN.1 structure prepared for serialization.

Fields

Methods

impl StructureTag
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Consumer<&'a [u8], StructureTag, (), Move> for Parser
[src]

[src]

implement handle for the current computation, returning the new state of the consumer

[src]

returns the current state

impl Clone for StructureTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StructureTag
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for StructureTag
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for StructureTag
[src]

Auto Trait Implementations

impl Send for StructureTag

impl Sync for StructureTag