Struct windows_sys::Win32::Security::WinTrust::SPC_INDIRECT_DATA_CONTENT
[−]#[repr(C)]pub struct SPC_INDIRECT_DATA_CONTENT {
pub Data: CRYPT_ATTRIBUTE_TYPE_VALUE,
pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Digest: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
Data: CRYPT_ATTRIBUTE_TYPE_VALUE
DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Digest: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for SPC_INDIRECT_DATA_CONTENT
impl Clone for SPC_INDIRECT_DATA_CONTENT
impl Copy for SPC_INDIRECT_DATA_CONTENT
Auto Trait Implementations
impl RefUnwindSafe for SPC_INDIRECT_DATA_CONTENT
impl !Send for SPC_INDIRECT_DATA_CONTENT
impl !Sync for SPC_INDIRECT_DATA_CONTENT
impl Unpin for SPC_INDIRECT_DATA_CONTENT
impl UnwindSafe for SPC_INDIRECT_DATA_CONTENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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