#[repr(C)]
pub struct WINTRUST_DATA {
Show 13 fields pub cbStruct: u32, pub pPolicyCallbackData: *mut c_void, pub pSIPClientData: *mut c_void, pub dwUIChoice: WINTRUST_DATA_UICHOICE, pub fdwRevocationChecks: WINTRUST_DATA_REVOCATION_CHECKS, pub dwUnionChoice: WINTRUST_DATA_UNION_CHOICE, pub Anonymous: WINTRUST_DATA_0, pub dwStateAction: WINTRUST_DATA_STATE_ACTION, pub hWVTStateData: HANDLE, pub pwszURLReference: PWSTR, pub dwProvFlags: WINTRUST_DATA_PROVIDER_FLAGS, pub dwUIContext: WINTRUST_DATA_UICONTEXT, pub pSignatureSettings: *mut WINTRUST_SIGNATURE_SETTINGS,
}
Expand description

Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

cbStruct: u32pPolicyCallbackData: *mut c_voidpSIPClientData: *mut c_voiddwUIChoice: WINTRUST_DATA_UICHOICEfdwRevocationChecks: WINTRUST_DATA_REVOCATION_CHECKSdwUnionChoice: WINTRUST_DATA_UNION_CHOICEAnonymous: WINTRUST_DATA_0dwStateAction: WINTRUST_DATA_STATE_ACTIONhWVTStateData: HANDLEpwszURLReference: PWSTRdwProvFlags: WINTRUST_DATA_PROVIDER_FLAGSdwUIContext: WINTRUST_DATA_UICONTEXTpSignatureSettings: *mut WINTRUST_SIGNATURE_SETTINGS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.