Struct windows_sys::Win32::Security::Cryptography::UI::CERT_SELECTUI_INPUT
[−]#[repr(C)]pub struct CERT_SELECTUI_INPUT {
pub hStore: HCERTSTORE,
pub prgpChain: *mut *mut CERT_CHAIN_CONTEXT,
pub cChain: u32,
}
Expand description
Required features: ‘Win32_Security_Cryptography_UI’, ‘Win32_Foundation’
Fields
hStore: HCERTSTORE
prgpChain: *mut *mut CERT_CHAIN_CONTEXT
cChain: u32
Trait Implementations
impl Clone for CERT_SELECTUI_INPUT
impl Clone for CERT_SELECTUI_INPUT
impl Copy for CERT_SELECTUI_INPUT
Auto Trait Implementations
impl RefUnwindSafe for CERT_SELECTUI_INPUT
impl !Send for CERT_SELECTUI_INPUT
impl !Sync for CERT_SELECTUI_INPUT
impl Unpin for CERT_SELECTUI_INPUT
impl UnwindSafe for CERT_SELECTUI_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more