Union windows_sys::Win32::Security::WinTrust::CRYPT_PROVIDER_DATA_0
[−]#[repr(C)]
pub union CRYPT_PROVIDER_DATA_0 {
pub pPDSip: *mut PROVDATA_SIP,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
, "Win32_Security_Cryptography_Catalog"
, "Win32_Security_Cryptography_Sip"
Fields
pPDSip: *mut PROVDATA_SIP
Trait Implementations
impl Clone for CRYPT_PROVIDER_DATA_0
impl Clone for CRYPT_PROVIDER_DATA_0
impl Copy for CRYPT_PROVIDER_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PROVIDER_DATA_0
impl !Send for CRYPT_PROVIDER_DATA_0
impl !Sync for CRYPT_PROVIDER_DATA_0
impl Unpin for CRYPT_PROVIDER_DATA_0
impl UnwindSafe for CRYPT_PROVIDER_DATA_0
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