Struct winapi::setupapi::SP_ORIGINAL_FILE_INFO_W
[−]
[src]
pub struct SP_ORIGINAL_FILE_INFO_W { pub cbSize: DWORD, pub OriginalInfName: [WCHAR; ::MAX_PATH], pub OriginalCatalogName: [WCHAR; ::MAX_PATH], }
Fields
cbSize | |
OriginalInfName | |
OriginalCatalogName |
Trait Implementations
impl Copy for SP_ORIGINAL_FILE_INFO_W
[src]
impl Clone for SP_ORIGINAL_FILE_INFO_W
[src]
fn clone(&self) -> SP_ORIGINAL_FILE_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