#[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_Foundation"
Fields§
§dwSize: u32
§cCertStore: u32
§rghCertStore: *mut HCERTSTORE
§pFilterCallback: PFNCFILTERPROC
§pvCallbackData: *mut c_void
Trait Implementations§
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§
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