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

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

Fields

InfStyle
InfCount
VersionData

Trait Implementations

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

Derived Implementations

impl Debug for SP_INF_INFORMATION
[src]

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

Formats the value using the given formatter.