#[repr(C)]
pub union CERT_ALT_NAME_ENTRY_0 {
pub pOtherName: *mut CERT_OTHER_NAME,
pub pwszRfc822Name: PWSTR,
pub pwszDNSName: PWSTR,
pub DirectoryName: CRYPTOAPI_BLOB,
pub pwszURL: PWSTR,
pub IPAddress: CRYPTOAPI_BLOB,
pub pszRegisteredID: PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pOtherName: *mut CERT_OTHER_NAME
pwszRfc822Name: PWSTR
pwszDNSName: PWSTR
DirectoryName: CRYPTOAPI_BLOB
pwszURL: PWSTR
IPAddress: CRYPTOAPI_BLOB
pszRegisteredID: PSTR
Trait Implementations
impl Clone for CERT_ALT_NAME_ENTRY_0
impl Clone for CERT_ALT_NAME_ENTRY_0
impl Copy for CERT_ALT_NAME_ENTRY_0
Auto Trait Implementations
impl RefUnwindSafe for CERT_ALT_NAME_ENTRY_0
impl !Send for CERT_ALT_NAME_ENTRY_0
impl !Sync for CERT_ALT_NAME_ENTRY_0
impl Unpin for CERT_ALT_NAME_ENTRY_0
impl UnwindSafe for CERT_ALT_NAME_ENTRY_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