Struct winapi::cfgmgr32::DEVPRIVATE_DES [] [src]

pub struct DEVPRIVATE_DES {
    pub PD_Count: DWORD,
    pub PD_Type: DWORD,
    pub PD_Data1: DWORD,
    pub PD_Data2: DWORD,
    pub PD_Data3: DWORD,
    pub PD_Flags: DWORD,
}

Fields

PD_Count: DWORD PD_Type: DWORD PD_Data1: DWORD PD_Data2: DWORD PD_Data3: DWORD PD_Flags: DWORD

Trait Implementations

impl Debug for DEVPRIVATE_DES
[src]

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

Formats the value using the given formatter.

impl Copy for DEVPRIVATE_DES
[src]

impl Clone for DEVPRIVATE_DES
[src]

fn clone(&self) -> DEVPRIVATE_DES

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