Struct 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