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 moresource§impl Debug for Authenticode
impl Debug for Authenticode
impl Copy for Authenticode
Auto Trait Implementations§
impl RefUnwindSafe for Authenticode
impl !Send for Authenticode
impl !Sync for Authenticode
impl Unpin for Authenticode
impl UnwindSafe for Authenticode
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