Struct windows_sys::Win32::Security::Cryptography::Certificates::CAINFO
[−]#[repr(C)]pub struct CAINFO {
pub cbSize: u32,
pub CAType: ENUM_CATYPES,
pub cCASignatureCerts: u32,
pub cCAExchangeCerts: u32,
pub cExitModules: u32,
pub lPropIdMax: i32,
pub lRoleSeparationEnabled: i32,
pub cKRACertUsedCount: u32,
pub cKRACertCount: u32,
pub fAdvancedServer: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_Certificates"
Fields
cbSize: u32
CAType: ENUM_CATYPES
cCASignatureCerts: u32
cCAExchangeCerts: u32
cExitModules: u32
lPropIdMax: i32
lRoleSeparationEnabled: i32
cKRACertUsedCount: u32
cKRACertCount: u32
fAdvancedServer: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CAINFO
impl Send for CAINFO
impl Sync for CAINFO
impl Unpin for CAINFO
impl UnwindSafe for CAINFO
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