Struct windows_sys::Win32::Security::Cryptography::CERT_EXTENSION
[−]#[repr(C)]pub struct CERT_EXTENSION {
pub pszObjId: PSTR,
pub fCritical: BOOL,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
pszObjId: PSTR
fCritical: BOOL
Value: CRYPTOAPI_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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more