Struct windows_sys::Win32::Security::WinTrust::CRYPT_PROVIDER_SIGSTATE
#[repr(C)]pub struct CRYPT_PROVIDER_SIGSTATE {
pub cbStruct: u32,
pub rhSecondarySigs: *mut *mut c_void,
pub hPrimarySig: *mut c_void,
pub fFirstAttemptMade: BOOL,
pub fNoMoreSigs: BOOL,
pub cSecondarySigs: u32,
pub dwCurrentIndex: u32,
pub fSupportMultiSig: BOOL,
pub dwCryptoPolicySupport: u32,
pub iAttemptCount: u32,
pub fCheckedSealing: BOOL,
pub pSealingSignature: *mut SEALING_SIGNATURE_ATTRIBUTE,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§cbStruct: u32
§rhSecondarySigs: *mut *mut c_void
§hPrimarySig: *mut c_void
§fFirstAttemptMade: BOOL
§fNoMoreSigs: BOOL
§cSecondarySigs: u32
§dwCurrentIndex: u32
§fSupportMultiSig: BOOL
§dwCryptoPolicySupport: u32
§iAttemptCount: u32
§fCheckedSealing: BOOL
§pSealingSignature: *mut SEALING_SIGNATURE_ATTRIBUTE
Trait Implementations§
§impl Clone for CRYPT_PROVIDER_SIGSTATE
impl Clone for CRYPT_PROVIDER_SIGSTATE
impl Copy for CRYPT_PROVIDER_SIGSTATE
Auto Trait Implementations§
impl RefUnwindSafe for CRYPT_PROVIDER_SIGSTATE
impl !Send for CRYPT_PROVIDER_SIGSTATE
impl !Sync for CRYPT_PROVIDER_SIGSTATE
impl Unpin for CRYPT_PROVIDER_SIGSTATE
impl UnwindSafe for CRYPT_PROVIDER_SIGSTATE
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