Struct tomcrypt_sys::ltc_asn1_list_ [] [src]

#[repr(C)]
pub struct ltc_asn1_list_ { pub type_: ltc_asn1_type, pub data: *mut c_void, pub size: c_ulong, pub used: c_int, pub prev: *mut ltc_asn1_list_, pub next: *mut ltc_asn1_list_, pub child: *mut ltc_asn1_list_, pub parent: *mut ltc_asn1_list_, }

A LTC ASN.1 list type

Fields

The LTC ASN.1 enumerated type identifier

The data to encode or place for decoding

The size of the input or resulting output

The used flag, this is used by the CHOICE ASN.1 type to indicate which choice was made

prev/next entry in the list

prev/next entry in the list

prev/next entry in the list

prev/next entry in the list

Trait Implementations

impl Debug for ltc_asn1_list_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_asn1_list_
[src]

impl Clone for ltc_asn1_list_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more