#[repr(C)]
pub union CERT_STRONG_SIGN_PARA_0 {
pub pvInfo: *mut c_void,
pub pSerializedInfo: *mut CERT_STRONG_SIGN_SERIALIZED_INFO,
pub pszOID: PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pvInfo: *mut c_void
pSerializedInfo: *mut CERT_STRONG_SIGN_SERIALIZED_INFO
pszOID: PSTR
Trait Implementations
impl Clone for CERT_STRONG_SIGN_PARA_0
impl Clone for CERT_STRONG_SIGN_PARA_0
impl Copy for CERT_STRONG_SIGN_PARA_0
Auto Trait Implementations
impl RefUnwindSafe for CERT_STRONG_SIGN_PARA_0
impl !Send for CERT_STRONG_SIGN_PARA_0
impl !Sync for CERT_STRONG_SIGN_PARA_0
impl Unpin for CERT_STRONG_SIGN_PARA_0
impl UnwindSafe for CERT_STRONG_SIGN_PARA_0
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