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
impl Copy for DISCDLGSTRUCTW[src]
impl Clone for DISCDLGSTRUCTW[src]
fn clone(&self) -> DISCDLGSTRUCTW
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