Struct winapi::setupapi::SP_ALTPLATFORM_INFO_V1 [] [src]

#[repr(C)]
pub struct SP_ALTPLATFORM_INFO_V1 { pub cbSize: DWORD, pub Platform: DWORD, pub MajorVersion: DWORD, pub MinorVersion: DWORD, pub ProcessorArchitecture: WORD, pub Reserved: WORD, }

Fields

Trait Implementations

impl Debug for SP_ALTPLATFORM_INFO_V1
[src]

Formats the value using the given formatter.

impl Copy for SP_ALTPLATFORM_INFO_V1
[src]

impl Clone for SP_ALTPLATFORM_INFO_V1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more