Struct winapi::winnetwk::DISCDLGSTRUCTW [] [src]

#[repr(C)]
pub struct DISCDLGSTRUCTW { pub cbStructure: DWORD, pub hwndOwner: HWND, pub lpLocalName: LPWSTR, pub lpRemoteName: LPWSTR, pub dwFlags: DWORD, }

Fields

Trait Implementations

impl Debug for DISCDLGSTRUCTW
[src]

Formats the value using the given formatter.

impl Copy for DISCDLGSTRUCTW
[src]

impl Clone for DISCDLGSTRUCTW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more