Struct windows_sys::Win32::Security::Cryptography::CERT_EXTENSION
#[repr(C)]pub struct CERT_EXTENSION {
pub pszObjId: PSTR,
pub fCritical: BOOL,
pub Value: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§pszObjId: PSTR
§fCritical: BOOL
§Value: CRYPT_INTEGER_BLOB
Trait Implementations§
§impl Clone for CERT_EXTENSION
impl Clone for CERT_EXTENSION
impl Copy for CERT_EXTENSION
Auto Trait Implementations§
impl RefUnwindSafe for CERT_EXTENSION
impl !Send for CERT_EXTENSION
impl !Sync for CERT_EXTENSION
impl Unpin for CERT_EXTENSION
impl UnwindSafe for CERT_EXTENSION
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