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_STRING
pub issuer: *mut stack_st_GENERAL_NAME
pub serial: *mut ASN1_INTEGER
Auto Trait Implementations
impl !Send for AUTHORITY_KEYID
impl !Sync for AUTHORITY_KEYID
impl RefUnwindSafe for AUTHORITY_KEYID
impl Unpin for AUTHORITY_KEYID
impl UnwindSafe for AUTHORITY_KEYID
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T