Struct windows_sys::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,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
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
impl Copy for SPC_PE_IMAGE_DATA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more