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