Struct windows_sys::Win32::Security::Cryptography::CERT_ALT_NAME_ENTRY
[−]#[repr(C)]pub struct CERT_ALT_NAME_ENTRY {
pub dwAltNameChoice: u32,
pub Anonymous: CERT_ALT_NAME_ENTRY_0,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwAltNameChoice: u32
Anonymous: CERT_ALT_NAME_ENTRY_0
Trait Implementations
impl Clone for CERT_ALT_NAME_ENTRY
impl Clone for CERT_ALT_NAME_ENTRY
impl Copy for CERT_ALT_NAME_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for CERT_ALT_NAME_ENTRY
impl !Send for CERT_ALT_NAME_ENTRY
impl !Sync for CERT_ALT_NAME_ENTRY
impl Unpin for CERT_ALT_NAME_ENTRY
impl UnwindSafe for CERT_ALT_NAME_ENTRY
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