#[repr(C)]pub struct CERT_SYSTEM_STORE_RELOCATE_PARA {
pub Anonymous1: CERT_SYSTEM_STORE_RELOCATE_PARA_0,
pub Anonymous2: CERT_SYSTEM_STORE_RELOCATE_PARA_1,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_System_Registry"
Fields
Anonymous1: CERT_SYSTEM_STORE_RELOCATE_PARA_0
Anonymous2: CERT_SYSTEM_STORE_RELOCATE_PARA_1
Trait Implementations
impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Copy for CERT_SYSTEM_STORE_RELOCATE_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA
impl !Send for CERT_SYSTEM_STORE_RELOCATE_PARA
impl !Sync for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Unpin for CERT_SYSTEM_STORE_RELOCATE_PARA
impl UnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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