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 more