#[repr(C)]pub struct CERT_PHYSICAL_STORE_INFO {
pub cbSize: u32,
pub pszOpenStoreProvider: PSTR,
pub dwOpenEncodingType: u32,
pub dwOpenFlags: u32,
pub OpenParameters: CRYPTOAPI_BLOB,
pub dwFlags: u32,
pub dwPriority: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
pszOpenStoreProvider: PSTR
dwOpenEncodingType: u32
dwOpenFlags: u32
OpenParameters: CRYPTOAPI_BLOB
dwFlags: u32
dwPriority: u32
Trait Implementations
impl Clone for CERT_PHYSICAL_STORE_INFO
impl Clone for CERT_PHYSICAL_STORE_INFO
impl Copy for CERT_PHYSICAL_STORE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_PHYSICAL_STORE_INFO
impl !Send for CERT_PHYSICAL_STORE_INFO
impl !Sync for CERT_PHYSICAL_STORE_INFO
impl Unpin for CERT_PHYSICAL_STORE_INFO
impl UnwindSafe for CERT_PHYSICAL_STORE_INFO
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