Struct winapi::setupapi::SP_INF_SIGNER_INFO_V1_W [] [src]

pub struct SP_INF_SIGNER_INFO_V1_W {
    pub cbSize: DWORD,
    pub CatalogFile: [WCHAR; ::MAX_PATH],
    pub DigitalSigner: [WCHAR; ::MAX_PATH],
    pub DigitalSignerVersion: [WCHAR; ::MAX_PATH],
}

Fields

cbSize
CatalogFile
DigitalSigner
DigitalSignerVersion

Trait Implementations

impl Copy for SP_INF_SIGNER_INFO_V1_W
[src]

impl Clone for SP_INF_SIGNER_INFO_V1_W
[src]

fn clone(&self) -> SP_INF_SIGNER_INFO_V1_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