#[repr(C)]pub struct CRYPT_XML_CRYPTOGRAPHIC_INTERFACE {
pub cbSize: u32,
pub fpCryptXmlEncodeAlgorithm: CryptXmlDllEncodeAlgorithm,
pub fpCryptXmlCreateDigest: CryptXmlDllCreateDigest,
pub fpCryptXmlDigestData: CryptXmlDllDigestData,
pub fpCryptXmlFinalizeDigest: CryptXmlDllFinalizeDigest,
pub fpCryptXmlCloseDigest: CryptXmlDllCloseDigest,
pub fpCryptXmlSignData: CryptXmlDllSignData,
pub fpCryptXmlVerifySignature: CryptXmlDllVerifySignature,
pub fpCryptXmlGetAlgorithmInfo: CryptXmlDllGetAlgorithmInfo,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
fpCryptXmlEncodeAlgorithm: CryptXmlDllEncodeAlgorithm
fpCryptXmlCreateDigest: CryptXmlDllCreateDigest
fpCryptXmlDigestData: CryptXmlDllDigestData
fpCryptXmlFinalizeDigest: CryptXmlDllFinalizeDigest
fpCryptXmlCloseDigest: CryptXmlDllCloseDigest
fpCryptXmlSignData: CryptXmlDllSignData
fpCryptXmlVerifySignature: CryptXmlDllVerifySignature
fpCryptXmlGetAlgorithmInfo: CryptXmlDllGetAlgorithmInfo
Trait Implementations
impl Clone for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl Clone for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl Copy for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl Send for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl Sync for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl Unpin for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
impl UnwindSafe for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
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