pub type OTHERNAME = otherName_st;
Aliased Type§
struct OTHERNAME {
pub type_id: *mut asn1_object_st,
pub value: *mut asn1_type_st,
}
Fields§
§type_id: *mut asn1_object_st
§value: *mut asn1_type_st
Trait Implementations
Source§impl Clone for otherName_st
impl Clone for otherName_st
Source§fn clone(&self) -> otherName_st
fn clone(&self) -> otherName_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