Struct winapi::setupapi::CABINET_INFO_W [] [src]

#[repr(C)]
pub struct CABINET_INFO_W { pub CabinetPath: PCWSTR, pub CabinetFile: PCWSTR, pub DiskName: PCWSTR, pub SetId: USHORT, pub CabinetNumber: USHORT, }

Fields

Trait Implementations

impl Debug for CABINET_INFO_W
[src]

Formats the value using the given formatter.

impl Copy for CABINET_INFO_W
[src]

impl Clone for CABINET_INFO_W
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more