Struct winapi::setupapi::SP_INF_INFORMATION [] [src]

pub struct SP_INF_INFORMATION {
    pub InfStyle: DWORD,
    pub InfCount: DWORD,
    pub VersionData: [BYTE; 1],
}

Fields

InfStyle: DWORD InfCount: DWORD VersionData: [BYTE; 1]

Trait Implementations

impl Debug for SP_INF_INFORMATION
[src]

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

Formats the value using the given formatter.

impl Copy for SP_INF_INFORMATION
[src]

impl Clone for SP_INF_INFORMATION
[src]

fn clone(&self) -> SP_INF_INFORMATION

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