#[repr(C)]pub struct CONFIG_CI_PROV_INFO_RESULT {
pub hr: HRESULT,
pub dwResult: u32,
pub dwPolicyIndex: u32,
pub fIsExplicitDeny: BOOLEAN,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
Fields
hr: HRESULT
dwResult: u32
dwPolicyIndex: u32
fIsExplicitDeny: BOOLEAN
Trait Implementations
impl Clone for CONFIG_CI_PROV_INFO_RESULT
impl Clone for CONFIG_CI_PROV_INFO_RESULT
impl Copy for CONFIG_CI_PROV_INFO_RESULT
Auto Trait Implementations
impl RefUnwindSafe for CONFIG_CI_PROV_INFO_RESULT
impl Send for CONFIG_CI_PROV_INFO_RESULT
impl Sync for CONFIG_CI_PROV_INFO_RESULT
impl Unpin for CONFIG_CI_PROV_INFO_RESULT
impl UnwindSafe for CONFIG_CI_PROV_INFO_RESULT
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