#[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 moreSource§impl Debug for AuthenticodeArray
impl Debug for AuthenticodeArray
impl Copy for AuthenticodeArray
Auto Trait Implementations§
impl Freeze for AuthenticodeArray
impl RefUnwindSafe for AuthenticodeArray
impl !Send for AuthenticodeArray
impl !Sync for AuthenticodeArray
impl Unpin for AuthenticodeArray
impl UnwindSafe for AuthenticodeArray
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