Struct winapi::setupapi::CABINET_INFO_A
[−]
[src]
pub struct CABINET_INFO_A { pub CabinetPath: PCSTR, pub CabinetFile: PCSTR, pub DiskName: PCSTR, pub SetId: USHORT, pub CabinetNumber: USHORT, }
Fields
CabinetPath | |
CabinetFile | |
DiskName | |
SetId | |
CabinetNumber |
Trait Implementations
impl Copy for CABINET_INFO_A
[src]
impl Clone for CABINET_INFO_A
[src]
fn clone(&self) -> 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