#[repr(C)]pub struct AuthenticodeArray {
pub signatures: *mut *mut Authenticode,
pub count: usize,
}
Fields§
§signatures: *mut *mut Authenticode
§count: usize
Trait Implementations§
source§impl Clone for AuthenticodeArray
impl Clone for AuthenticodeArray
source§fn clone(&self) -> AuthenticodeArray
fn clone(&self) -> AuthenticodeArray
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