Struct winapi::setupapi::SP_ORIGINAL_FILE_INFO_A [] [src]

#[repr(C)]
pub struct SP_ORIGINAL_FILE_INFO_A { pub cbSize: DWORD, pub OriginalInfName: [CHAR; 260], pub OriginalCatalogName: [CHAR; 260], }

Fields

Trait Implementations

impl Copy for SP_ORIGINAL_FILE_INFO_A
[src]

impl Clone for SP_ORIGINAL_FILE_INFO_A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more