Struct windows_sys::Win32::Security::Cryptography::CERT_TEMPLATE_EXT
[−]#[repr(C)]pub struct CERT_TEMPLATE_EXT {
pub pszObjId: PSTR,
pub dwMajorVersion: u32,
pub fMinorVersion: BOOL,
pub dwMinorVersion: u32,
}
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
pszObjId: PSTR
dwMajorVersion: u32
fMinorVersion: BOOL
dwMinorVersion: u32
Trait Implementations
impl Clone for CERT_TEMPLATE_EXT
impl Clone for CERT_TEMPLATE_EXT
impl Copy for CERT_TEMPLATE_EXT
Auto Trait Implementations
impl RefUnwindSafe for CERT_TEMPLATE_EXT
impl !Send for CERT_TEMPLATE_EXT
impl !Sync for CERT_TEMPLATE_EXT
impl Unpin for CERT_TEMPLATE_EXT
impl UnwindSafe for CERT_TEMPLATE_EXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more