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; ::MAX_PATH],
}Fields
NameInCabinet | |
FileSize | |
Win32Error | |
DosDate | |
DosTime | |
DosAttribs | |
FullTargetName |
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