Struct windows::Win32::Security::WinTrust::CONFIG_CI_PROV_INFO_RESULT
#[repr(C)]pub struct CONFIG_CI_PROV_INFO_RESULT {
pub hr: HRESULT,
pub dwResult: u32,
pub dwPolicyIndex: u32,
pub fIsExplicitDeny: BOOLEAN,
}
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
§fn clone(&self) -> CONFIG_CI_PROV_INFO_RESULT
fn clone(&self) -> CONFIG_CI_PROV_INFO_RESULT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CONFIG_CI_PROV_INFO_RESULT
impl Debug for CONFIG_CI_PROV_INFO_RESULT
§impl Default for CONFIG_CI_PROV_INFO_RESULT
impl Default for CONFIG_CI_PROV_INFO_RESULT
§impl PartialEq for CONFIG_CI_PROV_INFO_RESULT
impl PartialEq for CONFIG_CI_PROV_INFO_RESULT
§fn eq(&self, other: &CONFIG_CI_PROV_INFO_RESULT) -> bool
fn eq(&self, other: &CONFIG_CI_PROV_INFO_RESULT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CONFIG_CI_PROV_INFO_RESULT
impl Eq for CONFIG_CI_PROV_INFO_RESULT
impl StructuralPartialEq for CONFIG_CI_PROV_INFO_RESULT
Auto Trait Implementations§
impl Freeze for CONFIG_CI_PROV_INFO_RESULT
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§
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
)