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