Struct windows_sys::Win32::Security::WinTrust::SPC_IMAGE
#[repr(C)]pub struct SPC_IMAGE {
pub pImageLink: *mut SPC_LINK,
pub Bitmap: CRYPT_INTEGER_BLOB,
pub Metafile: CRYPT_INTEGER_BLOB,
pub EnhancedMetafile: CRYPT_INTEGER_BLOB,
pub GifFile: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pImageLink: *mut SPC_LINK
§Bitmap: CRYPT_INTEGER_BLOB
§Metafile: CRYPT_INTEGER_BLOB
§EnhancedMetafile: CRYPT_INTEGER_BLOB
§GifFile: CRYPT_INTEGER_BLOB
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SPC_IMAGE
impl !Send for SPC_IMAGE
impl !Sync for SPC_IMAGE
impl Unpin for SPC_IMAGE
impl UnwindSafe for SPC_IMAGE
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