Struct authenticode_parser_sys::bindings::Signer
source · #[repr(C)]pub struct Signer {
pub digest: ByteArray,
pub digest_alg: *mut c_char,
pub program_name: *mut c_char,
pub chain: *mut CertificateArray,
}
Fields§
§digest: ByteArray
§digest_alg: *mut c_char
§program_name: *mut c_char
§chain: *mut CertificateArray
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Signer
impl !Send for Signer
impl !Sync for Signer
impl Unpin for Signer
impl UnwindSafe for Signer
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