Struct openssl_sys::AUTHORITY_KEYID [−][src]
#[repr(C)]pub struct AUTHORITY_KEYID { pub keyid: *mut ASN1_OCTET_STRING, pub issuer: *mut stack_st_GENERAL_NAME, pub serial: *mut ASN1_INTEGER, }
Fields
keyid: *mut ASN1_OCTET_STRINGissuer: *mut stack_st_GENERAL_NAMEserial: *mut ASN1_INTEGERAuto Trait Implementations
impl RefUnwindSafe for AUTHORITY_KEYID
impl RefUnwindSafe for AUTHORITY_KEYIDimpl !Send for AUTHORITY_KEYID
impl !Send for AUTHORITY_KEYIDimpl !Sync for AUTHORITY_KEYID
impl !Sync for AUTHORITY_KEYIDimpl Unpin for AUTHORITY_KEYID
impl Unpin for AUTHORITY_KEYIDimpl UnwindSafe for AUTHORITY_KEYID
impl UnwindSafe for AUTHORITY_KEYID