Struct winapi::cfgmgr32::CONNECTION_DES [] [src]

pub struct CONNECTION_DES {
    pub COND_Type: DWORD,
    pub COND_Flags: DWORD,
    pub COND_Class: BYTE,
    pub COND_ClassType: BYTE,
    pub COND_Reserved1: BYTE,
    pub COND_Reserved2: BYTE,
    pub COND_Id: LARGE_INTEGER,
}

Fields

COND_Type: DWORD COND_Flags: DWORD COND_Class: BYTE COND_ClassType: BYTE COND_Reserved1: BYTE COND_Reserved2: BYTE COND_Id: LARGE_INTEGER

Trait Implementations

impl Debug for CONNECTION_DES
[src]

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

Formats the value using the given formatter.

impl Copy for CONNECTION_DES
[src]

impl Clone for CONNECTION_DES
[src]

fn clone(&self) -> CONNECTION_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