#[repr(C)]pub struct SPC_IMAGE {
pub pImageLink: *mut SPC_LINK,
pub Bitmap: CRYPTOAPI_BLOB,
pub Metafile: CRYPTOAPI_BLOB,
pub EnhancedMetafile: CRYPTOAPI_BLOB,
pub GifFile: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
pImageLink: *mut SPC_LINK
Bitmap: CRYPTOAPI_BLOB
Metafile: CRYPTOAPI_BLOB
EnhancedMetafile: CRYPTOAPI_BLOB
GifFile: CRYPTOAPI_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
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