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