Type Alias ASN1_BMPSTRING

Source
pub type ASN1_BMPSTRING = asn1_string_st;

Aliased Type§

struct ASN1_BMPSTRING {
    pub length: i32,
    pub type_: i32,
    pub data: *mut u8,
    pub flags: i64,
}

Fields§

§length: i32§type_: i32§data: *mut u8§flags: i64

Trait Implementations

Source§

impl Clone for asn1_string_st

Source§

fn clone(&self) -> asn1_string_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for asn1_string_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for asn1_string_st