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