Struct lber::structures::integer::Integer [] [src]

pub struct Integer {
    pub id: u64,
    pub class: TagClass,
    pub inner: i64,
}

Integer value.

Fields

Trait Implementations

impl Clone for Integer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Integer
[src]

impl Debug for Integer
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Encode yourself into a generic Tag format. Read more

impl Default for Integer
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Integer

impl Sync for Integer