Struct winapi::setupapi::SP_REGISTER_CONTROL_STATUSA [] [src]

#[repr(C)]
pub struct SP_REGISTER_CONTROL_STATUSA { pub cbSize: DWORD, pub FileName: PCSTR, pub Win32Error: DWORD, pub FailureCode: DWORD, }

Fields

Trait Implementations

impl Debug for SP_REGISTER_CONTROL_STATUSA
[src]

Formats the value using the given formatter.

impl Copy for SP_REGISTER_CONTROL_STATUSA
[src]

impl Clone for SP_REGISTER_CONTROL_STATUSA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more