Struct authenticode_parser_sys::bindings::Authenticode
source · #[repr(C)]pub struct Authenticode {
pub verify_flags: c_int,
pub version: c_int,
pub digest_alg: *mut c_char,
pub digest: ByteArray,
pub file_digest: ByteArray,
pub signer: *mut Signer,
pub certs: *mut CertificateArray,
pub countersigs: *mut CountersignatureArray,
}
Fields§
§verify_flags: c_int
§version: c_int
§digest_alg: *mut c_char
§digest: ByteArray
§file_digest: ByteArray
§signer: *mut Signer
§certs: *mut CertificateArray
§countersigs: *mut CountersignatureArray
Trait Implementations§
source§impl Clone for Authenticode
impl Clone for Authenticode
source§fn clone(&self) -> Authenticode
fn clone(&self) -> Authenticode
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 more