Struct aws_lc_sys::EDIPartyName_st
source · #[repr(C)]pub struct EDIPartyName_st {
pub nameAssigner: *mut ASN1_STRING,
pub partyName: *mut ASN1_STRING,
}Fields§
§nameAssigner: *mut ASN1_STRING§partyName: *mut ASN1_STRINGTrait Implementations§
source§impl Clone for EDIPartyName_st
impl Clone for EDIPartyName_st
source§fn clone(&self) -> EDIPartyName_st
fn clone(&self) -> EDIPartyName_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 EDIPartyName_st
impl Debug for EDIPartyName_st
source§impl Default for EDIPartyName_st
impl Default for EDIPartyName_st
source§impl PartialEq<EDIPartyName_st> for EDIPartyName_st
impl PartialEq<EDIPartyName_st> for EDIPartyName_st
source§fn eq(&self, other: &EDIPartyName_st) -> bool
fn eq(&self, other: &EDIPartyName_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.