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