Struct winapi::setupapi::SP_INF_SIGNER_INFO_V2_W [] [src]

pub struct SP_INF_SIGNER_INFO_V2_W {
    pub cbSize: DWORD,
    pub CatalogFile: [WCHAR; 260],
    pub DigitalSigner: [WCHAR; 260],
    pub DigitalSignerVersion: [WCHAR; 260],
    pub SignerScore: DWORD,
}

Fields

cbSize: DWORD CatalogFile: [WCHAR; 260] DigitalSigner: [WCHAR; 260] DigitalSignerVersion: [WCHAR; 260] SignerScore: DWORD

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