#[repr(C)]pub struct CERT_SYSTEM_STORE_RELOCATE_PARA_u2(/* private fields */);
Implementations§
Source§impl CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl CERT_SYSTEM_STORE_RELOCATE_PARA_u2
pub unsafe fn pvSystemStore(&self) -> &*mut c_void
pub unsafe fn pvSystemStore__mut(&mut self) -> &mut *mut c_void
pub unsafe fn pszSystemStore(&self) -> &LPCSTR
pub unsafe fn pszSystemStore_mut(&mut self) -> &mut LPCSTR
pub unsafe fn pwszSystemStore(&self) -> &LPCWSTR
pub unsafe fn pwszSystemStore_mut(&mut self) -> &mut LPCWSTR
Trait Implementations§
Source§impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Source§fn clone(&self) -> CERT_SYSTEM_STORE_RELOCATE_PARA_u2
fn clone(&self) -> CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl Default for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Source§fn default() -> CERT_SYSTEM_STORE_RELOCATE_PARA_u2
fn default() -> CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Returns the “default value” for a type. Read more
impl Copy for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Auto Trait Implementations§
impl Freeze for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl RefUnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl Send for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl Sync for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl Unpin for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
impl UnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA_u2
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