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

pub struct DISCDLGSTRUCTW {
    pub cbStructure: DWORD,
    pub hwndOwner: HWND,
    pub lpLocalName: LPWSTR,
    pub lpRemoteName: LPWSTR,
    pub dwFlags: DWORD,
}

Fields

cbStructure
hwndOwner
lpLocalName
lpRemoteName
dwFlags

Trait Implementations

Derived Implementations

impl Debug for DISCDLGSTRUCTW

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

impl Copy for DISCDLGSTRUCTW

impl Clone for DISCDLGSTRUCTW

fn clone(&self) -> DISCDLGSTRUCTW

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