Struct windows::Win32::Security::WinTrust::SPC_PE_IMAGE_DATA
#[repr(C)]pub struct SPC_PE_IMAGE_DATA {
pub Flags: CRYPT_BIT_BLOB,
pub pFile: *mut SPC_LINK,
}
Fields§
§Flags: CRYPT_BIT_BLOB
§pFile: *mut SPC_LINK
Trait Implementations§
§impl Clone for SPC_PE_IMAGE_DATA
impl Clone for SPC_PE_IMAGE_DATA
§fn clone(&self) -> SPC_PE_IMAGE_DATA
fn clone(&self) -> SPC_PE_IMAGE_DATA
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§impl Debug for SPC_PE_IMAGE_DATA
impl Debug for SPC_PE_IMAGE_DATA
§impl Default for SPC_PE_IMAGE_DATA
impl Default for SPC_PE_IMAGE_DATA
§impl PartialEq for SPC_PE_IMAGE_DATA
impl PartialEq for SPC_PE_IMAGE_DATA
§fn eq(&self, other: &SPC_PE_IMAGE_DATA) -> bool
fn eq(&self, other: &SPC_PE_IMAGE_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SPC_PE_IMAGE_DATA
impl Eq for SPC_PE_IMAGE_DATA
impl StructuralPartialEq for SPC_PE_IMAGE_DATA
Auto Trait Implementations§
impl Freeze for SPC_PE_IMAGE_DATA
impl RefUnwindSafe for SPC_PE_IMAGE_DATA
impl !Send for SPC_PE_IMAGE_DATA
impl !Sync for SPC_PE_IMAGE_DATA
impl Unpin for SPC_PE_IMAGE_DATA
impl UnwindSafe for SPC_PE_IMAGE_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)