Struct openssl::x509::X509NameEntryRef [−][src]
pub struct X509NameEntryRef(_);Expand description
Reference to X509NameEntry.
Implementations
Returns the field value of an X509NameEntry.
This corresponds to X509_NAME_ENTRY_get_data.
Returns the Asn1Object value of an X509NameEntry.
This is useful for finding out about the actual Nid when iterating over all X509NameEntries.
This corresponds to X509_NAME_ENTRY_get_object.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = X509_NAME_ENTRY
type CType = X509_NAME_ENTRY
The raw C type.
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.
