Struct encoding_asn1::common::FieldParameters
source · [−]pub struct FieldParameters {
pub optional: bool,
pub explicit: bool,
pub application: bool,
pub private: bool,
pub default_value: Option<i64>,
pub tag: Option<i32>,
pub string_type: i32,
pub time_type: i32,
pub set: bool,
pub omit_empty: bool,
}
Fields
optional: bool
explicit: bool
application: bool
private: bool
default_value: Option<i64>
tag: Option<i32>
string_type: i32
time_type: i32
set: bool
omit_empty: bool
Trait Implementations
Returns the “default value” for a type. Read more