Struct windows_sys::Win32::Security::Cryptography::UI::CRYPTUI_WIZ_EXPORT_INFO
[−]#[repr(C)]pub struct CRYPTUI_WIZ_EXPORT_INFO {
pub dwSize: u32,
pub pwszExportFileName: PCWSTR,
pub dwSubjectChoice: CRYPTUI_WIZ_EXPORT_SUBJECT,
pub Anonymous: CRYPTUI_WIZ_EXPORT_INFO_0,
pub cStores: u32,
pub rghStores: *mut HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields
dwSize: u32
pwszExportFileName: PCWSTR
dwSubjectChoice: CRYPTUI_WIZ_EXPORT_SUBJECT
Anonymous: CRYPTUI_WIZ_EXPORT_INFO_0
cStores: u32
rghStores: *mut HCERTSTORE
Trait Implementations
impl Clone for CRYPTUI_WIZ_EXPORT_INFO
impl Clone for CRYPTUI_WIZ_EXPORT_INFO
impl Copy for CRYPTUI_WIZ_EXPORT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPTUI_WIZ_EXPORT_INFO
impl !Send for CRYPTUI_WIZ_EXPORT_INFO
impl !Sync for CRYPTUI_WIZ_EXPORT_INFO
impl Unpin for CRYPTUI_WIZ_EXPORT_INFO
impl UnwindSafe for CRYPTUI_WIZ_EXPORT_INFO
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