Type Alias boring_sys::ASN1_STRING

source ·
pub type ASN1_STRING = asn1_string_st;

Aliased Type§

struct ASN1_STRING {
    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 Default for asn1_string_st

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq<asn1_string_st> for asn1_string_st

source§

fn eq(&self, other: &asn1_string_st) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for asn1_string_st

source§

impl Eq for asn1_string_st

source§

impl StructuralEq for asn1_string_st

source§

impl StructuralPartialEq for asn1_string_st