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: i64Trait Implementations§
source§impl Clone for asn1_string_st
impl Clone for asn1_string_st
source§fn clone(&self) -> asn1_string_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for asn1_string_st
impl Debug for asn1_string_st
source§impl Default for asn1_string_st
impl Default for asn1_string_st
source§impl PartialEq<asn1_string_st> for asn1_string_st
impl PartialEq<asn1_string_st> for asn1_string_st
source§fn eq(&self, other: &asn1_string_st) -> bool
fn eq(&self, other: &asn1_string_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.