#[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_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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more