#[repr(C)]pub struct EDIPartyName_st {
pub nameAssigner: *mut ASN1_STRING,
pub partyName: *mut ASN1_STRING,
}
Fields
nameAssigner: *mut ASN1_STRING
partyName: *mut ASN1_STRING
Trait Implementations
sourceimpl Clone for EDIPartyName_st
impl Clone for EDIPartyName_st
sourcefn clone(&self) -> EDIPartyName_st
fn clone(&self) -> EDIPartyName_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EDIPartyName_st
impl Debug for EDIPartyName_st
sourceimpl Default for EDIPartyName_st
impl Default for EDIPartyName_st
sourceimpl PartialEq<EDIPartyName_st> for EDIPartyName_st
impl PartialEq<EDIPartyName_st> for EDIPartyName_st
sourcefn eq(&self, other: &EDIPartyName_st) -> bool
fn eq(&self, other: &EDIPartyName_st) -> bool
impl Copy for EDIPartyName_st
impl Eq for EDIPartyName_st
impl StructuralEq for EDIPartyName_st
impl StructuralPartialEq for EDIPartyName_st
Auto Trait Implementations
impl RefUnwindSafe for EDIPartyName_st
impl !Send for EDIPartyName_st
impl !Sync for EDIPartyName_st
impl Unpin for EDIPartyName_st
impl UnwindSafe for EDIPartyName_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more