#[repr(C)]pub struct AUTHORITY_KEYID_st {
pub keyid: *mut ASN1_OCTET_STRING,
pub issuer: *mut GENERAL_NAMES,
pub serial: *mut ASN1_INTEGER,
}
Fields§
§keyid: *mut ASN1_OCTET_STRING
§issuer: *mut GENERAL_NAMES
§serial: *mut ASN1_INTEGER
Trait Implementations§
Source§impl Clone for AUTHORITY_KEYID_st
impl Clone for AUTHORITY_KEYID_st
Source§fn clone(&self) -> AUTHORITY_KEYID_st
fn clone(&self) -> AUTHORITY_KEYID_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 moreSource§impl Debug for AUTHORITY_KEYID_st
impl Debug for AUTHORITY_KEYID_st
Source§impl Default for AUTHORITY_KEYID_st
impl Default for AUTHORITY_KEYID_st
Source§impl PartialEq for AUTHORITY_KEYID_st
impl PartialEq for AUTHORITY_KEYID_st
impl Copy for AUTHORITY_KEYID_st
impl Eq for AUTHORITY_KEYID_st
impl StructuralPartialEq for AUTHORITY_KEYID_st
Auto Trait Implementations§
impl Freeze for AUTHORITY_KEYID_st
impl RefUnwindSafe for AUTHORITY_KEYID_st
impl !Send for AUTHORITY_KEYID_st
impl !Sync for AUTHORITY_KEYID_st
impl Unpin for AUTHORITY_KEYID_st
impl UnwindSafe for AUTHORITY_KEYID_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more