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

pub struct SP_REGISTER_CONTROL_STATUSA {
    pub cbSize: DWORD,
    pub FileName: PCSTR,
    pub Win32Error: DWORD,
    pub FailureCode: DWORD,
}

Fields

cbSize: DWORD FileName: PCSTR Win32Error: DWORD FailureCode: DWORD

Trait Implementations

impl Debug for SP_REGISTER_CONTROL_STATUSA
[src]

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

Formats the value using the given formatter.

impl Copy for SP_REGISTER_CONTROL_STATUSA
[src]

impl Clone for SP_REGISTER_CONTROL_STATUSA
[src]

fn clone(&self) -> SP_REGISTER_CONTROL_STATUSA

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