#[repr(C)]
pub union CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0 {
pub pwszFileName: PCWSTR,
pub pSignBlobInfo: *mut CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields
pwszFileName: PCWSTR
pSignBlobInfo: *mut CRYPTUI_WIZ_DIGITAL_SIGN_BLOB_INFO
Trait Implementations
impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl Copy for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl !Send for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl !Sync for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl Unpin for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
impl UnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_INFO_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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