Struct windows_sys::Win32::Security::Cryptography::SIGNER_SPC_CHAIN_INFO
#[repr(C)]pub struct SIGNER_SPC_CHAIN_INFO {
pub cbSize: u32,
pub pwszSpcFile: PCWSTR,
pub dwCertPolicy: u32,
pub hCertStore: HCERTSTORE,
}
Fields§
§cbSize: u32
§pwszSpcFile: PCWSTR
§dwCertPolicy: u32
§hCertStore: HCERTSTORE
Trait Implementations§
§impl Clone for SIGNER_SPC_CHAIN_INFO
impl Clone for SIGNER_SPC_CHAIN_INFO
impl Copy for SIGNER_SPC_CHAIN_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_SPC_CHAIN_INFO
impl !Send for SIGNER_SPC_CHAIN_INFO
impl !Sync for SIGNER_SPC_CHAIN_INFO
impl Unpin for SIGNER_SPC_CHAIN_INFO
impl UnwindSafe for SIGNER_SPC_CHAIN_INFO
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