Struct CONFIG_CI_PROV_INFO_RESULT2
#[repr(C)]pub struct CONFIG_CI_PROV_INFO_RESULT2 {
pub cbSize: u32,
pub hr: HRESULT,
pub dwResult: u32,
pub dwPolicyIndex: u32,
pub fIsExplicitDeny: BOOLEAN,
pub cbCalculatedFileHash: u32,
pub pbCalculatedFileHash: *mut u8,
}
Fields§
§cbSize: u32
§hr: HRESULT
§dwResult: u32
§dwPolicyIndex: u32
§fIsExplicitDeny: BOOLEAN
§cbCalculatedFileHash: u32
§pbCalculatedFileHash: *mut u8
Trait Implementations§
§impl Clone for CONFIG_CI_PROV_INFO_RESULT2
impl Clone for CONFIG_CI_PROV_INFO_RESULT2
§fn clone(&self) -> CONFIG_CI_PROV_INFO_RESULT2
fn clone(&self) -> CONFIG_CI_PROV_INFO_RESULT2
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 moreimpl Copy for CONFIG_CI_PROV_INFO_RESULT2
Auto Trait Implementations§
impl Freeze for CONFIG_CI_PROV_INFO_RESULT2
impl RefUnwindSafe for CONFIG_CI_PROV_INFO_RESULT2
impl !Send for CONFIG_CI_PROV_INFO_RESULT2
impl !Sync for CONFIG_CI_PROV_INFO_RESULT2
impl Unpin for CONFIG_CI_PROV_INFO_RESULT2
impl UnwindSafe for CONFIG_CI_PROV_INFO_RESULT2
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