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 | |
hwndOwner | |
lpLocalName | |
lpRemoteName | |
dwFlags |
Trait Implementations
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