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: PCSTR CabinetFile: PCSTR DiskName: PCSTR SetId: USHORT CabinetNumber: USHORT

Trait Implementations

impl Debug for CABINET_INFO_A
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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