Struct windows_sys::Win32::Security::Cryptography::CERT_PUBLIC_KEY_INFO
#[repr(C)]pub struct CERT_PUBLIC_KEY_INFO {
pub Algorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub PublicKey: CRYPT_BIT_BLOB,
}
Fields§
§Algorithm: CRYPT_ALGORITHM_IDENTIFIER
§PublicKey: CRYPT_BIT_BLOB
Trait Implementations§
§impl Clone for CERT_PUBLIC_KEY_INFO
impl Clone for CERT_PUBLIC_KEY_INFO
impl Copy for CERT_PUBLIC_KEY_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CERT_PUBLIC_KEY_INFO
impl !Send for CERT_PUBLIC_KEY_INFO
impl !Sync for CERT_PUBLIC_KEY_INFO
impl Unpin for CERT_PUBLIC_KEY_INFO
impl UnwindSafe for CERT_PUBLIC_KEY_INFO
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