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
hwndOwner
lpConnRes
dwFlags
dwDevNum

Trait Implementations

Derived Implementations

impl Debug for CONNECTDLGSTRUCTW

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

impl Copy for CONNECTDLGSTRUCTW

impl Clone for CONNECTDLGSTRUCTW

fn clone(&self) -> CONNECTDLGSTRUCTW

fn clone_from(&mut self, source: &Self)