Struct windows_sys::Win32::Security::WinTrust::CONFIG_CI_PROV_INFO
[−]#[repr(C)]pub struct CONFIG_CI_PROV_INFO {
pub cbSize: u32,
pub dwPolicies: u32,
pub pPolicies: *mut CRYPTOAPI_BLOB,
pub result: CONFIG_CI_PROV_INFO_RESULT,
pub dwScenario: u32,
}Expand description
Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"
Fields
cbSize: u32dwPolicies: u32pPolicies: *mut CRYPTOAPI_BLOBresult: CONFIG_CI_PROV_INFO_RESULTdwScenario: u32Trait Implementations
impl Clone for CONFIG_CI_PROV_INFO
impl Clone for CONFIG_CI_PROV_INFO
impl Copy for CONFIG_CI_PROV_INFO
Auto Trait Implementations
impl RefUnwindSafe for CONFIG_CI_PROV_INFO
impl !Send for CONFIG_CI_PROV_INFO
impl !Sync for CONFIG_CI_PROV_INFO
impl Unpin for CONFIG_CI_PROV_INFO
impl UnwindSafe for CONFIG_CI_PROV_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