#[repr(C)]
pub union CRYPT_XML_X509DATA_ITEM_0 {
pub IssuerSerial: CRYPT_XML_ISSUER_SERIAL,
pub SKI: CRYPT_XML_DATA_BLOB,
pub wszSubjectName: PCWSTR,
pub Certificate: CRYPT_XML_DATA_BLOB,
pub CRL: CRYPT_XML_DATA_BLOB,
pub Custom: CRYPT_XML_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
IssuerSerial: CRYPT_XML_ISSUER_SERIAL
SKI: CRYPT_XML_DATA_BLOB
wszSubjectName: PCWSTR
Certificate: CRYPT_XML_DATA_BLOB
CRL: CRYPT_XML_DATA_BLOB
Custom: CRYPT_XML_BLOB
Trait Implementations
impl Clone for CRYPT_XML_X509DATA_ITEM_0
impl Clone for CRYPT_XML_X509DATA_ITEM_0
impl Copy for CRYPT_XML_X509DATA_ITEM_0
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_X509DATA_ITEM_0
impl !Send for CRYPT_XML_X509DATA_ITEM_0
impl !Sync for CRYPT_XML_X509DATA_ITEM_0
impl Unpin for CRYPT_XML_X509DATA_ITEM_0
impl UnwindSafe for CRYPT_XML_X509DATA_ITEM_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