Struct ldap3::asn1::Integer [] [src]

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

Integer value.

Fields

Trait Implementations

impl ASNTag for Integer
[src]

Encode yourself into a generic Tag format. Read more

impl Default for Integer
[src]

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

impl Copy for Integer
[src]

impl PartialEq<Integer> for Integer
[src]

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

This method tests for !=.

impl Debug for Integer
[src]

Formats the value using the given formatter.

impl Clone for Integer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more