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
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