Struct winapi::setupapi::CABINET_INFO_A [] [src]

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

Fields

Trait Implementations

impl Debug for CABINET_INFO_A
[src]

Formats the value using the given formatter.

impl Copy for CABINET_INFO_A
[src]

impl Clone for CABINET_INFO_A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more