Struct winapi::mssip::SIP_INDIRECT_DATA
[−]
[src]
pub struct SIP_INDIRECT_DATA { pub Data: CRYPT_ATTRIBUTE_TYPE_VALUE, pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER, pub Digest: CRYPT_HASH_BLOB, }
Fields
Data | |
DigestAlgorithm | |
Digest |
Trait Implementations
impl Copy for SIP_INDIRECT_DATA
[src]
impl Clone for SIP_INDIRECT_DATA
[src]
fn clone(&self) -> SIP_INDIRECT_DATA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more