BerSize

Type Alias BerSize 

Source
pub type BerSize = Length;

Aliased Type§

pub enum BerSize {
    Definite(usize),
    Indefinite,
}

Variants§

§

Definite(usize)

Definite form (X.690 8.1.3.3)

§

Indefinite

Indefinite form (X.690 8.1.3.6)

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes

Size for each variant:

  • Definite: 8 bytes
  • Indefinite: 0 bytes