Struct winapi::setupapi::FILEPATHS_SIGNERINFO_W [] [src]

pub struct FILEPATHS_SIGNERINFO_W {
    pub Target: PCWSTR,
    pub Source: PCWSTR,
    pub Win32Error: UINT,
    pub Flags: DWORD,
    pub DigitalSigner: PCWSTR,
    pub Version: PCWSTR,
    pub CatalogFile: PCWSTR,
}

Fields

Target: PCWSTR Source: PCWSTR Win32Error: UINT Flags: DWORD DigitalSigner: PCWSTR Version: PCWSTR CatalogFile: PCWSTR

Trait Implementations

impl Debug for FILEPATHS_SIGNERINFO_W
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for FILEPATHS_SIGNERINFO_W
[src]

impl Clone for FILEPATHS_SIGNERINFO_W
[src]

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