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
COND_Flags
COND_Class
COND_ClassType
COND_Reserved1
COND_Reserved2
COND_Id

Trait Implementations

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

Derived Implementations

impl Debug for CONNECTION_DES
[src]

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

Formats the value using the given formatter.