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

#[repr(C)]
pub struct CONNECTDLGSTRUCTW { pub cbStructure: DWORD, pub hwndOwner: HWND, pub lpConnRes: LPNETRESOURCEW, pub dwFlags: DWORD, pub dwDevNum: DWORD, }

Fields

Trait Implementations

impl Debug for CONNECTDLGSTRUCTW
[src]

Formats the value using the given formatter.

impl Copy for CONNECTDLGSTRUCTW
[src]

impl Clone for CONNECTDLGSTRUCTW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more