#[repr(C)]pub struct WINTRUST_SIGNATURE_SETTINGS {
pub cbStruct: u32,
pub dwIndex: u32,
pub dwFlags: WINTRUST_SIGNATURE_SETTINGS_FLAGS,
pub cSecondarySigs: u32,
pub dwVerifiedSigIndex: u32,
pub pCryptoPolicy: *mut CERT_STRONG_SIGN_PARA,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
cbStruct: u32
dwIndex: u32
dwFlags: WINTRUST_SIGNATURE_SETTINGS_FLAGS
cSecondarySigs: u32
dwVerifiedSigIndex: u32
pCryptoPolicy: *mut CERT_STRONG_SIGN_PARA
Trait Implementations
impl Clone for WINTRUST_SIGNATURE_SETTINGS
impl Clone for WINTRUST_SIGNATURE_SETTINGS
impl Copy for WINTRUST_SIGNATURE_SETTINGS
Auto Trait Implementations
impl RefUnwindSafe for WINTRUST_SIGNATURE_SETTINGS
impl !Send for WINTRUST_SIGNATURE_SETTINGS
impl !Sync for WINTRUST_SIGNATURE_SETTINGS
impl Unpin for WINTRUST_SIGNATURE_SETTINGS
impl UnwindSafe for WINTRUST_SIGNATURE_SETTINGS
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