Struct winapi::setupapi::FILE_IN_CABINET_INFO_W [] [src]

pub struct FILE_IN_CABINET_INFO_W {
    pub NameInCabinet: PCWSTR,
    pub FileSize: DWORD,
    pub Win32Error: DWORD,
    pub DosDate: WORD,
    pub DosTime: WORD,
    pub DosAttribs: WORD,
    pub FullTargetName: [WCHAR; 260],
}

Fields

NameInCabinet: PCWSTR FileSize: DWORD Win32Error: DWORD DosDate: WORD DosTime: WORD DosAttribs: WORD FullTargetName: [WCHAR; 260]

Trait Implementations

impl Copy for FILE_IN_CABINET_INFO_W
[src]

impl Clone for FILE_IN_CABINET_INFO_W
[src]

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