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: CRYPT_ATTRIBUTE_TYPE_VALUE DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER Digest: CRYPT_HASH_BLOB

Trait Implementations

impl Debug for SIP_INDIRECT_DATA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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