Struct windows_sys::Win32::Security::Cryptography::CERT_ALT_NAME_INFO
[−]#[repr(C)]pub struct CERT_ALT_NAME_INFO {
pub cAltEntry: u32,
pub rgAltEntry: *mut CERT_ALT_NAME_ENTRY,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cAltEntry: u32
rgAltEntry: *mut CERT_ALT_NAME_ENTRY
Trait Implementations
impl Clone for CERT_ALT_NAME_INFO
impl Clone for CERT_ALT_NAME_INFO
impl Copy for CERT_ALT_NAME_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_ALT_NAME_INFO
impl !Send for CERT_ALT_NAME_INFO
impl !Sync for CERT_ALT_NAME_INFO
impl Unpin for CERT_ALT_NAME_INFO
impl UnwindSafe for CERT_ALT_NAME_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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