#[repr(C)]pub struct CERT_REGISTRY_STORE_CLIENT_GPT_PARA {
pub hKeyBase: HKEY,
pub pwszRegPath: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_System_Registry"
Fields
hKeyBase: HKEY
pwszRegPath: PWSTR
Trait Implementations
impl Clone for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl Clone for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl Copy for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl !Send for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl !Sync for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl Unpin for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
impl UnwindSafe for CERT_REGISTRY_STORE_CLIENT_GPT_PARA
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