Struct winapi::winnetwk::DISCDLGSTRUCTA [] [src]

pub struct DISCDLGSTRUCTA {
    pub cbStructure: DWORD,
    pub hwndOwner: HWND,
    pub lpLocalName: LPSTR,
    pub lpRemoteName: LPSTR,
    pub dwFlags: DWORD,
}

Fields

cbStructure: DWORD hwndOwner: HWND lpLocalName: LPSTR lpRemoteName: LPSTR dwFlags: DWORD

Trait Implementations

impl Debug for DISCDLGSTRUCTA
[src]

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

Formats the value using the given formatter.

impl Copy for DISCDLGSTRUCTA
[src]

impl Clone for DISCDLGSTRUCTA
[src]

fn clone(&self) -> DISCDLGSTRUCTA

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