#[repr(C)]pub struct CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO {
pub dwSize: u32,
pub cCertStore: u32,
pub rghCertStore: *mut HCERTSTORE,
pub pFilterCallback: PFNCFILTERPROC,
pub pvCallbackData: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields
dwSize: u32
cCertStore: u32
rghCertStore: *mut HCERTSTORE
pFilterCallback: PFNCFILTERPROC
pvCallbackData: *mut c_void
Trait Implementations
impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl Clone for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl Copy for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl !Send for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl !Sync for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl Unpin for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
impl UnwindSafe for CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO
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