Struct winapi::winnetwk::CONNECTDLGSTRUCTW [] [src]

pub struct CONNECTDLGSTRUCTW {
    pub cbStructure: DWORD,
    pub hwndOwner: HWND,
    pub lpConnRes: LPNETRESOURCEW,
    pub dwFlags: DWORD,
    pub dwDevNum: DWORD,
}

Fields

cbStructure: DWORD hwndOwner: HWND lpConnRes: LPNETRESOURCEW dwFlags: DWORD dwDevNum: DWORD

Trait Implementations

impl Debug for CONNECTDLGSTRUCTW
[src]

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

Formats the value using the given formatter.

impl Copy for CONNECTDLGSTRUCTW
[src]

impl Clone for CONNECTDLGSTRUCTW
[src]

fn clone(&self) -> CONNECTDLGSTRUCTW

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