Struct winapi::setupapi::FILE_IN_CABINET_INFO_A
[−]
[src]
pub struct FILE_IN_CABINET_INFO_A {
pub NameInCabinet: PCSTR,
pub FileSize: DWORD,
pub Win32Error: DWORD,
pub DosDate: WORD,
pub DosTime: WORD,
pub DosAttribs: WORD,
pub FullTargetName: [CHAR; ::MAX_PATH],
}Fields
NameInCabinet | |
FileSize | |
Win32Error | |
DosDate | |
DosTime | |
DosAttribs | |
FullTargetName |
Trait Implementations
impl Copy for FILE_IN_CABINET_INFO_A[src]
impl Clone for FILE_IN_CABINET_INFO_A[src]
fn clone(&self) -> FILE_IN_CABINET_INFO_A
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