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,
}
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 Freeze for CAINFO
impl RefUnwindSafe for CAINFO
impl Send for CAINFO
impl Sync for CAINFO
impl Unpin for CAINFO
impl UnwindSafe for CAINFO
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)