Struct openssl_sys::AUTHORITY_KEYID
#[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
pub keyid: *mut ASN1_OCTET_STRINGpub issuer: *mut stack_st_GENERAL_NAMEpub serial: *mut ASN1_INTEGERAuto Trait Implementations
impl !Send for AUTHORITY_KEYIDimpl !Sync for AUTHORITY_KEYIDimpl RefUnwindSafe for AUTHORITY_KEYIDimpl Unpin for AUTHORITY_KEYIDimpl UnwindSafe for AUTHORITY_KEYIDBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T