Struct lber::structures::null::Null [] [src]

pub struct Null {
    pub id: u64,
    pub class: TagClass,
    pub inner: (),
}

Null value.

Fields

Trait Implementations

impl Clone for Null
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Null
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Encode yourself into a generic Tag format. Read more

impl Default for Null
[src]

[src]

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

Auto Trait Implementations

impl Send for Null

impl Sync for Null