Struct winapi::setupapi::SP_INF_SIGNER_INFO_V2_W
[−]
[src]
pub struct SP_INF_SIGNER_INFO_V2_W {
pub cbSize: DWORD,
pub CatalogFile: [WCHAR; ::MAX_PATH],
pub DigitalSigner: [WCHAR; ::MAX_PATH],
pub DigitalSignerVersion: [WCHAR; ::MAX_PATH],
pub SignerScore: DWORD,
}Fields
cbSize | |
CatalogFile | |
DigitalSigner | |
DigitalSignerVersion | |
SignerScore |
Trait Implementations
impl Copy for SP_INF_SIGNER_INFO_V2_W[src]
impl Clone for SP_INF_SIGNER_INFO_V2_W[src]
fn clone(&self) -> SP_INF_SIGNER_INFO_V2_W
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more