#[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,
}
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
§fn clone(&self) -> CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
fn clone(&self) -> CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
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 CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
Auto Trait Implementations§
impl Freeze for CRYPT_XML_CRYPTOGRAPHIC_INTERFACE
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)