Struct lber::structures::explicit::ExplicitTag [] [src]

pub struct ExplicitTag {
    pub id: u64,
    pub class: TagClass,
    pub inner: Box<Tag>,
}

Explicitly tagged value.

Fields

Trait Implementations

impl Clone for ExplicitTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExplicitTag
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ExplicitTag
[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 ASNTag for ExplicitTag
[src]

[src]

Encode yourself into a generic Tag format. Read more

Auto Trait Implementations

impl Send for ExplicitTag

impl Sync for ExplicitTag