#[repr(C)]pub struct SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS {
pub cbSize: u32,
pub dwErrorLevel: u32,
pub dwErrorCategory: u32,
pub dwReserved: u32,
pub wszErrorText: [u16; 256],
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cbSize: u32
dwErrorLevel: u32
dwErrorCategory: u32
dwReserved: u32
wszErrorText: [u16; 256]
Trait Implementations
impl Copy for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
Auto Trait Implementations
impl RefUnwindSafe for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
impl Send for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
impl Sync for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
impl Unpin for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
impl UnwindSafe for SSL_F12_EXTRA_CERT_CHAIN_POLICY_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more